source: XIOS/trunk/src/object_factory_decl4.cpp @ 1704

Last change on this file since 1704 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: 597 bytes
Line 
1#include "object_factory_decl_macro.hpp"
2
3namespace xios
4{
5  macro(CInterpolateDomainGroup)
6  macro(CGenerateRectilinearDomainGroup)
7  macro(CScalarGroup)
8  macro(CReduceAxisToScalarGroup)
9  macro(CReduceDomainToAxisGroup)
10  macro(CReduceAxisToAxisGroup)
11  macro(CExtractDomainToAxisGroup)
12  macro(CComputeConnectivityDomainGroup)
13  macro(CExpandDomainGroup)
14  macro(CExtractAxisToScalarGroup)
15  macro(CReduceDomainToScalarGroup)
16  macro(CTemporalSplittingGroup)
17  macro(CDuplicateScalarToAxisGroup)
18  macro(CReduceScalarToScalarGroup)
19  macro(CReorderDomainGroup)
20  macro(CExtractDomainGroup)
21}
22
Note: See TracBrowser for help on using the repository browser.