Ignore:
Timestamp:
06/22/15 13:36:37 (9 years ago)
Author:
mhnguyen
Message:

Final tests of zoom and inverse on axis

+) Modify test_client and test_complete to work with new grid definition
+) Correct some bugs causing memory leak
+) Clean abundant code
+) Add more comments to new files

Test
+) On Curie
+) test_client and test_complete pass with correct results

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/field.hpp

    r621 r624  
    1515#include "expr_node.hpp" 
    1616#include "declare_ref_func.hpp" 
    17 #include "generic_filter.hpp" 
    1817#include "transformation_enum.hpp" 
    1918 
     
    231230         bool isReadDataRequestPending; 
    232231         std::vector<CField*> filterSources_; 
    233          std::vector<CGenericAlgorithm*> algorithms_; 
    234232         DECLARE_REF_FUNC(Field,field) 
    235233 
Note: See TracChangeset for help on using the changeset viewer.