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

    r2203 r2206  
    2929  class CScalarAttributes; 
    3030  class CScalar; 
     31  class CField; 
    3132  ///-------------------------------------------------------------- 
    3233 
     
    7879    public: 
    7980      static CScalar* createScalar(); 
    80       static CScalar* get(const string& id) ; //<! return scalar pointer using id 
     81      static CScalar* get(const string& id, bool noError=false) ; //<! return scalar pointer using id 
     82      static bool     has(const string& id) ; //<! return domain pointer using id 
     83      static CField*  getFieldFromId(const string& id) ; 
    8184 
    8285    public: 
     
    118121      private: 
    119122        bool solveInheritanceTransformation_done_= false ; 
     123      public: 
     124        bool activateFieldWorkflow(CGarbageCollector& gc) ; 
     125      private: 
     126        bool activateFieldWorkflow_done_=false ; 
    120127      private: 
    121128        CGenericAlgorithmTransformation* transformationAlgorithm_ = nullptr ; 
Note: See TracChangeset for help on using the changeset viewer.