Ignore:
Timestamp:
11/19/15 16:55:16 (8 years ago)
Author:
rlacroix
Message:

Grid: Make the axis_domain_order attribute private.

It was never meant to be used directly by our users.

File:
1 edited

Legend:

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

    r575 r791  
    22DECLARE_ATTRIBUTE(StdString, description) 
    33 
    4 DECLARE_ARRAY(bool, 1 , mask1) 
    5 DECLARE_ARRAY(bool, 2 , mask2) 
    6 DECLARE_ARRAY(bool, 3 , mask3) 
    7 //DECLARE_ARRAY(bool, 4 , mask4) 
    8 //DECLARE_ARRAY(bool, 5 , mask5) 
    9 //DECLARE_ARRAY(bool, 6 , mask6) 
    10 //DECLARE_ARRAY(bool, 7 , mask7) 
     4DECLARE_ARRAY(bool, 1, mask1) 
     5DECLARE_ARRAY(bool, 2, mask2) 
     6DECLARE_ARRAY(bool, 3, mask3) 
     7//DECLARE_ARRAY(bool, 4, mask4) 
     8//DECLARE_ARRAY(bool, 5, mask5) 
     9//DECLARE_ARRAY(bool, 6, mask6) 
     10//DECLARE_ARRAY(bool, 7, mask7) 
    1111 
    1212 
    13 // These attributes should be used privately 
    1413// An array contains order of axis and domains composing of the grid 
    15 DECLARE_ARRAY(bool, 1 , axis_domain_order) 
     14DECLARE_ARRAY_PRIVATE(bool, 1, axis_domain_order) 
Note: See TracChangeset for help on using the changeset viewer.