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

    r2203 r2206  
    3232   class CAxisAttributes; 
    3333   class CAxis; 
     34   class CField; 
    3435 
    3536   ///-------------------------------------------------------------- 
     
    6970 
    7071         static CAxis* createAxis(); 
    71          static CAxis* get(const string& id) ; //<! return axis pointer using id 
     72         static CAxis* get(const string& id, bool noError=false) ; //<! return axis pointer using id 
     73         static bool has(const string& id) ; //<! return domain pointer using id 
     74         static CField*  getFieldFromId(const string& id) ; 
    7275 
    7376         /// Accesseurs /// 
     
    144147      private: 
    145148        bool solveInheritanceTransformation_done_= false ; 
     149      public: 
     150        bool activateFieldWorkflow(CGarbageCollector& gc) ; 
     151      private: 
     152        bool activateFieldWorkflow_done_=false ; 
    146153      private: 
    147154        CGenericAlgorithmTransformation* transformationAlgorithm_ = nullptr ; 
Note: See TracChangeset for help on using the changeset viewer.