Ignore:
Timestamp:
07/05/16 15:59:02 (8 years ago)
Author:
mhnguyen
Message:

Adding a new type of element into grid: Scalar

+) Add a new node Scalar for xml
+) Make some change on writing scalar value
+) Reorganize some codes
+) Remove some redundant codes

Test
+) On Curie
+) All tests pass

File:
1 edited

Legend:

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

    r823 r887  
    177177 
    178178 
    179         const std::pair<StdString, StdString>& getRefDomainAxisIds(); 
     179        const std::vector<StdString>& getRefDomainAxisIds(); 
    180180 
    181181      public: 
     
    201201         bool areAllReferenceSolved; 
    202202         bool isReferenceSolved; 
    203          std::pair<StdString,StdString> domAxisIds_; 
     203         std::vector<StdString> domAxisScalarIds_; 
    204204         bool isReadDataRequestPending; 
    205205         bool useCompressedOutput; 
Note: See TracChangeset for help on using the changeset viewer.