Changeset 542 for XIOS/trunk/src/node


Ignore:
Timestamp:
12/16/14 12:56:02 (9 years ago)
Author:
mhnguyen
Message:

Modifying some codes to compromise with the new type of xios and do some final tests

+) Use new stricter type bool
+) Change set_timestep to set_context_attr

Test
+) On Curie
+) test_client and test_complete passed
+) test with LMDZ passed

TODO: It seems the bug of undefined referenced object has gone but there's a need of more tests

File:
1 edited

Legend:

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

    r541 r542  
    508508      std::vector<CDomain*> vecDom; 
    509509      std::vector<CAxis*> vecAxis; 
    510      std::vector<std::string> domList, axisList; 
     510      std::vector<std::string> domList, axisList; 
    511511 
    512512      if (!domain_ref.isEmpty()) 
Note: See TracChangeset for help on using the changeset viewer.