source: XIOS/trunk/src/config/functor_type.conf @ 983

Last change on this file since 983 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: 570 bytes
RevLine 
[591]1#ifdef __XIOS_CAverage__
[219]2   DECLARE_FUNCTOR(Average  , average)
[591]3#endif //__XIOS_CAverage__
[219]4
[591]5#ifdef __XIOS_CAccumulate__
[443]6   DECLARE_FUNCTOR(Accumulate  , accumulate)
[591]7#endif //__XIOS_CAccumulate__
[443]8
[591]9#ifdef __XIOS_CInstant__
[219]10   DECLARE_FUNCTOR(Instant, instant)
[591]11#endif //__XIOS_CInstant__
[219]12
[591]13#ifdef __XIOS_COnce__
[266]14   DECLARE_FUNCTOR(Once, once)
[591]15#endif //__XIOS_COnce__
[219]16
[591]17#ifdef __XIOS_CMaximum__
[266]18   DECLARE_FUNCTOR(Maximum , maximum)
[591]19#endif //__XIOS_CMaximum__
[266]20
[591]21#ifdef __XIOS_CMinimum__
[266]22   DECLARE_FUNCTOR(Minimum , minimum)
[591]23#endif //__XIOS_CMinimum__
[266]24
25
[219]26#undef DECLARE_FUNCTOR
Note: See TracBrowser for help on using the repository browser.