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/config/grid_attribute.conf

    r817 r887  
    1212 
    1313// An array contains order of axis and domains composing of the grid 
    14 DECLARE_ARRAY_PRIVATE(bool, 1, axis_domain_order) 
     14// Value of element: domain 2, axis 1 and sclar 0 
     15DECLARE_ARRAY_PRIVATE(int, 1, axis_domain_order) 
Note: See TracChangeset for help on using the changeset viewer.