Ignore:
Timestamp:
12/04/19 18:18:24 (4 years ago)
Author:
ymipsl
Message:

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

YM

Location:
XIOS/dev/dev_ym/XIOS_COUPLING/src/config
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/config/node_type.conf

    r1558 r1782  
    1414   DECLARE_NODE(File  , file  ) 
    1515#endif //__XIOS_CFile__ 
     16 
     17#ifdef __XIOS_CCouplerIn__ 
     18   DECLARE_NODE(CouplerIn  , coupler_in  ) 
     19#endif //__XIOS_CCouplerIn__ 
     20 
     21#ifdef __XIOS_CCouplerOut__ 
     22   DECLARE_NODE(CouplerOut  , coupler_out  ) 
     23#endif //__XIOS_CCouplerOut__ 
     24 
    1625 
    1726#ifdef __XIOS_CGrid__ 
Note: See TracChangeset for help on using the changeset viewer.