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/output/nc4_data_output.cpp

    r623 r624  
    13621362           if (!field->prec.isEmpty() && field->prec==2) fieldData=round(fieldData) ; 
    13631363 
    1364            std::cout << "fieldData "<< fieldData << std::endl; 
    13651364           switch (SuperClass::type) 
    13661365           { 
Note: See TracChangeset for help on using the changeset viewer.