Changeset 443
- Timestamp:
- 06/12/13 11:52:44 (12 years ago)
- Location:
- XIOS/trunk/src
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/trunk/src/config/functor_type.conf
r266 r443 2 2 DECLARE_FUNCTOR(Average , average) 3 3 #endif //__XMLIO_CAverage__ 4 5 #ifdef __XMLIO_CAccumulate__ 6 DECLARE_FUNCTOR(Accumulate , accumulate) 7 #endif //__XMLIO_CAccumulate__ 4 8 5 9 #ifdef __XMLIO_CInstant__ -
XIOS/trunk/src/functor/functor_type.hpp
r266 r443 3 3 4 4 #include "average.hpp" 5 #include "accumulate.hpp" 5 6 #include "instant.hpp" 6 7 #include "once.hpp"
Note: See TracChangeset
for help on using the changeset viewer.