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/type/type_util.hpp

    r689 r887  
    3232    class CGenerateRectilinearDomain; 
    3333    class CGenerateRectilinearDomainGroup; 
     34    class CScalar; 
     35    class CScalarGroup; 
    3436 
    3537  template <typename T> inline string getStrType(void); 
     
    8082  macro(CGenerateRectilinearDomain) 
    8183  macro(CGenerateRectilinearDomainGroup) 
     84  macro(CScalar) 
     85  macro(CScalarGroup) 
    8286#undef macro 
    8387} 
Note: See TracChangeset for help on using the changeset viewer.