source: XIOS/trunk/src/config/grid_attribute.conf @ 784

Last change on this file since 784 was 575, checked in by rlacroix, 9 years ago

Rename axisDomainOrder attribute to axis_domain_order.

"Snake case" is used everywhere else and camel case seems to confuse PGI compilers.

  • Property copyright set to
    Software name : XIOS (Xml I/O Server)
    http://forge.ipsl.jussieu.fr/ioserver
    Creation date : January 2009
    Licence : CeCCIL version2
    see license file in root directory : Licence_CeCILL_V2-en.txt
    or http://www.cecill.info/licences/Licence_CeCILL_V2-en.html
    Holder : CEA/LSCE (Laboratoire des Sciences du CLimat et de l'Environnement)
    CNRS/IPSL (Institut Pierre Simon Laplace)
    Project Manager : Yann Meurdesoif
    yann.meurdesoif@cea.fr
File size: 462 bytes
Line 
1DECLARE_ATTRIBUTE(StdString, name)
2DECLARE_ATTRIBUTE(StdString, description)
3
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)
11
12
13// These attributes should be used privately
14// An array contains order of axis and domains composing of the grid
15DECLARE_ARRAY(bool, 1 , axis_domain_order)
Note: See TracBrowser for help on using the repository browser.