Last change
on this file since 541 was
541,
checked in by mhnguyen, 10 years ago
|
Replacing some attribute files with new ones
|
-
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:
343 bytes
|
Line | |
---|
1 | DECLARE_ATTRIBUTE(StdString, name) |
---|
2 | DECLARE_ATTRIBUTE(StdString, description) |
---|
3 | //DECLARE_ATTRIBUTE(StdString, domain_ref) |
---|
4 | //DECLARE_ATTRIBUTE(StdString, axis_ref) |
---|
5 | DECLARE_ARRAY(bool, 3 , mask) |
---|
6 | |
---|
7 | // These attributes should be used privately |
---|
8 | // An array contains order of axis and domains composing of the grid |
---|
9 | DECLARE_ARRAY(int, 1 , axisDomOrder) |
---|
Note: See
TracBrowser
for help on using the repository browser.