New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
functor_type.conf in vendors/XIOS/current/src/config – NEMO

source: vendors/XIOS/current/src/config/functor_type.conf @ 3428

Last change on this file since 3428 was 3428, checked in by rblod, 12 years ago

importing initial XIOS vendor drop

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.