Ignore:
Timestamp:
04/29/15 14:46:01 (9 years ago)
Author:
rlacroix
Message:

Remove leftovers from the XMLIO age.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/config/functor_type.conf

    r501 r591  
    1 #ifdef __XMLIO_CAverage__ 
     1#ifdef __XIOS_CAverage__ 
    22   DECLARE_FUNCTOR(Average  , average) 
    3 #endif //__XMLIO_CAverage__ 
     3#endif //__XIOS_CAverage__ 
    44 
    5 #ifdef __XMLIO_CAccumulate__ 
     5#ifdef __XIOS_CAccumulate__ 
    66   DECLARE_FUNCTOR(Accumulate  , accumulate) 
    7 #endif //__XMLIO_CAccumulate__ 
     7#endif //__XIOS_CAccumulate__ 
    88 
    9 #ifdef __XMLIO_CInstant__ 
     9#ifdef __XIOS_CInstant__ 
    1010   DECLARE_FUNCTOR(Instant, instant) 
    11 #endif //__XMLIO_CInstant__ 
     11#endif //__XIOS_CInstant__ 
    1212 
    13 #ifdef __XMLIO_COnce__ 
     13#ifdef __XIOS_COnce__ 
    1414   DECLARE_FUNCTOR(Once, once) 
    15 #endif //__XMLIO_COnce__ 
     15#endif //__XIOS_COnce__ 
    1616 
    17 #ifdef __XMLIO_CMaximum__ 
     17#ifdef __XIOS_CMaximum__ 
    1818   DECLARE_FUNCTOR(Maximum , maximum) 
    19 #endif //__XMLIO_CMaximum__ 
     19#endif //__XIOS_CMaximum__ 
    2020 
    21 #ifdef __XMLIO_CMinimum__ 
     21#ifdef __XIOS_CMinimum__ 
    2222   DECLARE_FUNCTOR(Minimum , minimum) 
    23 #endif //__XMLIO_CMinimum__ 
     23#endif //__XIOS_CMinimum__ 
    2424 
    2525 
Note: See TracChangeset for help on using the changeset viewer.