source: XIOS/dev/dev_ym/XIOS_COUPLING/src/object_factory_decl1.cpp @ 1853

Last change on this file since 1853 was 1782, checked in by ymipsl, 4 years ago

coupling branch : implement new objet coupler_in and coupler_out to be properly parsed from XML file.

YM

  • Property svn:eol-style set to native
File size: 312 bytes
Line 
1#include "object_factory_decl_macro.hpp"
2
3namespace xios
4{
5  macro(CField)
6  macro(CFile)
7  macro(CCouplerIn)
8  macro(CCouplerOut)
9  macro(CGrid)
10  macro(CAxis)
11  macro(CDomain)
12  macro(CContext)
13  macro(CCalendarWrapper)
14  macro(CVariable)
15  macro(CInverseAxis)
16  macro(CZoomAxis)
17  macro(CInterpolateAxis)
18}
19
20
Note: See TracBrowser for help on using the repository browser.