source: XIOS/trunk/src/object_factory_decl2.cpp @ 1591

Last change on this file since 1591 was 1591, checked in by ymipsl, 5 years ago

Split object_factory_decl.cpp (template instantiation of object_templace class) in several (4) part in order to reduce the memory used at compilation for new intel compiler (intel 2018) and c++11 management.

YM

  • Property svn:eol-style set to native
File size: 560 bytes
Line 
1#include "object_factory_decl_macro.hpp"
2
3namespace xios
4{
5  macro(CExtractAxis)
6  macro(CZoomDomain)
7  macro(CInterpolateDomain)
8  macro(CGenerateRectilinearDomain)
9  macro(CScalar)
10  macro(CReduceAxisToScalar)
11  macro(CReduceDomainToAxis)
12  macro(CReduceAxisToAxis)
13  macro(CExtractDomainToAxis)
14  macro(CComputeConnectivityDomain)
15  macro(CExpandDomain)
16  macro(CExtractAxisToScalar)
17  macro(CReduceDomainToScalar)
18  macro(CTemporalSplitting)
19  macro(CDuplicateScalarToAxis)
20  macro(CReduceScalarToScalar)
21  macro(CReorderDomain)
22  macro(CExtractDomain)
23}
24
Note: See TracBrowser for help on using the repository browser.