source: vendor/nemo/current/NEMOGCM/EXTERNAL/XIOS/src/config/functor_type.conf @ 44

Last change on this file since 44 was 44, checked in by cholod, 12 years ago

Load NEMO_TMP into vendor/nemo/current.

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