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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/type/type_util.hpp

    r1558 r1782  
    1515    class CFile; 
    1616    class CFileGroup; 
     17    class CCouplerIn; 
     18    class CCouplerInGroup; 
     19    class CCouplerOut; 
     20    class CCouplerOutGroup; 
    1721    class CContext; 
    1822    class CContextGroup; 
     
    9397  macro(CFile) 
    9498  macro(CFileGroup) 
     99  macro(CCouplerIn) 
     100  macro(CCouplerInGroup) 
     101  macro(CCouplerOut) 
     102  macro(CCouplerOutGroup) 
    95103  macro(CContext) 
    96104  macro(CContextGroup) 
Note: See TracChangeset for help on using the changeset viewer.