source: XIOS/trunk/src/object_factory_decl1.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: 271 bytes
Line 
1#include "object_factory_decl_macro.hpp"
2
3namespace xios
4{
5  macro(CField)
6  macro(CFile)
7  macro(CGrid)
8  macro(CAxis)
9  macro(CDomain)
10  macro(CContext)
11  macro(CCalendarWrapper)
12  macro(CVariable)
13  macro(CInverseAxis)
14  macro(CZoomAxis)
15  macro(CInterpolateAxis)
16}
17
18
Note: See TracBrowser for help on using the repository browser.