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

Last change on this file since 477 was 443, checked in by ymipsl, 11 years ago

Add new temporal operation : accumulate

YM

File size: 582 bytes
Line 
1#ifdef __XMLIO_CAverage__
2   DECLARE_FUNCTOR(Average  , average)
3#endif //__XMLIO_CAverage__
4
5#ifdef __XMLIO_CAccumulate__
6   DECLARE_FUNCTOR(Accumulate  , accumulate)
7#endif //__XMLIO_CAccumulate__
8
9#ifdef __XMLIO_CInstant__
10   DECLARE_FUNCTOR(Instant, instant)
11#endif //__XMLIO_CInstant__
12
13#ifdef __XMLIO_COnce__
14   DECLARE_FUNCTOR(Once, once)
15#endif //__XMLIO_COnce__
16
17#ifdef __XMLIO_CMaximum__
18   DECLARE_FUNCTOR(Maximum , maximum)
19#endif //__XMLIO_CMaximum__
20
21#ifdef __XMLIO_CMinimum__
22   DECLARE_FUNCTOR(Minimum , minimum)
23#endif //__XMLIO_CMinimum__
24
25
26#undef DECLARE_FUNCTOR
Note: See TracBrowser for help on using the repository browser.