Ignore:
Timestamp:
08/24/21 13:48:12 (3 years ago)
Author:
ymipsl
Message:

New feature : when can now use the syntax :
fieldId:domainId[n], in domain reference inside the workflow (XML). Same for axis and scalar.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.hpp

    r2203 r2206  
    104104         CGrid* getRelGrid(void) const; 
    105105         CFile* getRelFile(void) const; 
    106          CDomain* getAssociatedDomain(const std::string& domainId) const; 
    107          CAxis*   getAssociatedAxis(const std::string& axisId) const; 
    108          CScalar* getAssociatedScalar(const std::string& scalarId) const; 
     106         CDomain* getAssociatedDomain(const std::string& domainId, bool noError=false) const; 
     107         CAxis*   getAssociatedAxis(const std::string& axisId, bool noError=false) const; 
     108         CScalar* getAssociatedScalar(const std::string& scalarId, bool noError=false) const; 
    109109 
    110110         func::CFunctor::ETimeType getOperationTimeType() const; 
Note: See TracChangeset for help on using the changeset viewer.