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/object_template_decl.cpp

    r689 r887  
    1919  template class CObjectTemplate<CInterpolateDomain>; 
    2020  template class CObjectTemplate<CGenerateRectilinearDomain>; 
     21  template class CObjectTemplate<CScalar>; 
    2122 
    2223  template class CObjectTemplate<CContextGroup>; 
     
    3334  template class CObjectTemplate<CInterpolateDomainGroup>; 
    3435  template class CObjectTemplate<CGenerateRectilinearDomainGroup>; 
     36  template class CObjectTemplate<CScalarGroup>; 
    3537} 
Note: See TracChangeset for help on using the changeset viewer.