Ignore:
Timestamp:
12/14/20 09:59:23 (4 years ago)
Author:
ymipsl
Message:

Update to new transformation.
Source filter working again + reading
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_transformation.cpp

    r1985 r1988  
    1515namespace xios { 
    1616 
    17 CDomainAlgorithmTransformation::CDomainAlgorithmTransformation(CDomain* domainDestination, CDomain* domainSource) 
    18  : CGenericAlgorithmTransformation(), domainDest_(domainDestination), domainSrc_(domainSource) 
     17CDomainAlgorithmTransformation::CDomainAlgorithmTransformation(bool isSource, CDomain* domainDestination, CDomain* domainSource) 
     18 : CGenericAlgorithmTransformation(isSource), domainDest_(domainDestination), domainSrc_(domainSource) 
    1919{ 
    2020} 
Note: See TracChangeset for help on using the changeset viewer.