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

Last change on this file since 791 was 791, checked in by rlacroix, 8 years ago

Grid: Make the axis_domain_order attribute private.

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

  • 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: 417 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// An array contains order of axis and domains composing of the grid
14DECLARE_ARRAY_PRIVATE(bool, 1, axis_domain_order)
Note: See TracBrowser for help on using the repository browser.