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_impl.hpp

    r621 r624  
    4949        { 
    5050          (*it)->setData(_data); 
    51           if (hasOutputFile || hasFieldOut) updateData(_data); 
    52         } 
    53       } 
    54  
     51        } 
     52      } 
     53      if (hasOutputFile || hasFieldOut) updateData(_data); 
    5554    } 
    5655  } 
Note: See TracChangeset for help on using the changeset viewer.