Ignore:
Timestamp:
01/26/16 18:19:09 (8 years ago)
Author:
mhnguyen
Message:

Adding some attributes for axis and grid (ticket 71, 78)

+) Add index attribute for axis
+) Change mask?d to mask_?d for grid

Test
+) On Curie
+) Test passes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/config/axis_attribute.conf

    r775 r817  
    1212 
    1313/* LOCAL */ 
    14 DECLARE_ARRAY(double, 1, value) 
     14DECLARE_ARRAY(double , 1   , value) 
     15DECLARE_ATTRIBUTE(StdString, axis_ref) 
    1516 
    16 DECLARE_ATTRIBUTE(StdString, axis_ref) 
     17DECLARE_ARRAY(int    ,1    , index) 
    1718 
    1819/* LOCAL */ 
    1920DECLARE_ATTRIBUTE(int,       data_n) 
    2021DECLARE_ATTRIBUTE(int,       data_begin) 
    21 DECLARE_ARRAY(int, 1 , data_index) 
     22DECLARE_ARRAY(int    ,  1 , data_index) 
    2223 
    2324/*LOCAL */ 
Note: See TracChangeset for help on using the changeset viewer.