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.hpp in vendors/XIOS/current/src/functor – NEMO

source: vendors/XIOS/current/src/functor/functor_type.hpp @ 3408

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

importing initial XIOS vendor drop

  • Property svn:keywords set to Id
File size: 209 bytes
Line 
1#ifndef __XMLIO_functor_type__
2#define __XMLIO_functor_type__
3
4#include "average.hpp"
5#include "instant.hpp"
6#include "once.hpp"
7#include "maximum.hpp"
8#include "minimum.hpp"
9
10#endif //__XMLIO_functor_type__
11
Note: See TracBrowser for help on using the repository browser.