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

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

Remove leftovers from the XMLIO age.

  • 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: 835 bytes
RevLine 
[591]1#ifdef __XIOS_CAxis__
[219]2   DECLARE_NODE(Axis  , axis  )
[591]3#endif //__XIOS_CAxis__
[219]4
[591]5#ifdef __XIOS_CDomain__
[219]6   DECLARE_NODE(Domain, domain)
[591]7#endif //__XIOS_CDomain__
[219]8
[591]9#ifdef __XIOS_CField__
[219]10   DECLARE_NODE(Field , field )
[591]11#endif //__XIOS_CField__
[219]12
[591]13#ifdef __XIOS_CFile__
[219]14   DECLARE_NODE(File  , file  )
[591]15#endif //__XIOS_CFile__
[219]16
[591]17#ifdef __XIOS_CGrid__
[219]18   DECLARE_NODE(Grid  , grid  )
[591]19#endif //__XIOS_CGrid__
[219]20
[591]21//#ifdef __XIOS_CMethod__
[268]22//   DECLARE_NODE(Method, method)
[591]23//#endif //__XIOS_CMethod__
[219]24
[591]25#ifdef __XIOS_CVariable__
[268]26   DECLARE_NODE(Variable, variable)
[591]27#endif //__XIOS_CVariable__
[219]28
[591]29#ifdef __XIOS_CCalendarWrapper__
[549]30   DECLARE_NODE(CalendarWrapper, calendarwrapper)
[591]31#endif //__XIOS_CCalendarWrapper__
[549]32
[591]33#ifdef __XIOS_CContext__
[219]34   DECLARE_NODE_PAR(Context, context)
[591]35#endif //__XIOS_CContext__
[219]36
37#undef DECLARE_NODE
38#undef DECLARE_NODE_PAR
Note: See TracBrowser for help on using the repository browser.