source: XIOS/trunk/src/config/node_type.conf @ 501

Last change on this file since 501 was 501, checked in by ymipsl, 10 years ago

Add licence copyright to all file ond directory src using the command :
svn propset -R copyright -F header_licence src

XIOS is now officialy under CeCILL licence

YM

  • 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: 732 bytes
Line 
1#ifdef __XMLIO_CAxis__
2   DECLARE_NODE(Axis  , axis  )
3#endif //__XMLIO_CAxis__
4
5#ifdef __XMLIO_CDomain__
6   DECLARE_NODE(Domain, domain)
7#endif //__XMLIO_CDomain__
8
9#ifdef __XMLIO_CField__
10   DECLARE_NODE(Field , field )
11#endif //__XMLIO_CField__
12
13#ifdef __XMLIO_CFile__
14   DECLARE_NODE(File  , file  )
15#endif //__XMLIO_CFile__
16
17#ifdef __XMLIO_CGrid__
18   DECLARE_NODE(Grid  , grid  )
19#endif //__XMLIO_CGrid__
20
21//#ifdef __XMLIO_CMethod__
22//   DECLARE_NODE(Method, method)
23//#endif //__XMLIO_CMethod__
24
25#ifdef __XMLIO_CVariable__
26   DECLARE_NODE(Variable, variable)
27#endif //__XMLIO_CVariable__
28
29#ifdef __XMLIO_CContext__
30   DECLARE_NODE_PAR(Context, context)
31#endif //__XMLIO_CContext__
32
33#undef DECLARE_NODE
34#undef DECLARE_NODE_PAR
Note: See TracBrowser for help on using the repository browser.