source: XIOS/dev/dev_ym/XIOS_COUPLING/src/object_factory_decl3.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: 399 bytes
Line 
1#include "object_factory_decl_macro.hpp"
2
3
4namespace xios
5{
6  macro(CFieldGroup)
7  macro(CFileGroup)
8  macro(CCouplerInGroup)
9  macro(CCouplerOutGroup)
10  macro(CGridGroup)
11  macro(CAxisGroup)
12  macro(CDomainGroup)
13  macro(CContextGroup)
14  macro(CVariableGroup)
15  macro(CInverseAxisGroup)
16  macro(CZoomAxisGroup)
17  macro(CInterpolateAxisGroup)
18  macro(CExtractAxisGroup)
19  macro(CZoomDomainGroup)
20}
21
Note: See TracBrowser for help on using the repository browser.