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/grid.hpp

    r2203 r2206  
    147147         static CGrid* cloneGrid(const StdString& idNewGrid, CGrid* gridSrc); 
    148148 
    149          CDomain* getAssociatedDomain(const string& domainId) ; 
    150          CAxis*   getAssociatedAxis(const string& axisId) ; 
    151          CScalar* getAssociatedScalar(const string& scalarId) ; 
     149         CDomain* getAssociatedDomain(const string& domainId, bool noError=false) ; 
     150         CAxis*   getAssociatedAxis(const string& axisId, bool noError=false) ; 
     151         CScalar* getAssociatedScalar(const string& scalarId, bool noError=false) ; 
    152152      public:             
    153153         void solveDomainAxisRef(bool areAttributesChecked); 
     
    158158         void solveScalarRef(bool checkAtt); 
    159159         void solveElementsRefInheritance(bool apply = true); 
     160         bool activateFieldWorkflow(CGarbageCollector& gc) ; 
    160161        // void solveTransformations(); 
    161162         void solveDomainAxisBaseRef(); 
Note: See TracChangeset for help on using the changeset viewer.