Ignore:
Timestamp:
04/15/20 13:23:39 (4 years ago)
Author:
ymipsl
Message:

Some update...

YM

File:
1 edited

Legend:

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

    r1436 r1869  
    6666         public: 
    6767            void checkAttributes(void); 
     68            bool checkAttributes_done_ = false ; 
     69             
    6870            void addRelFile(const StdString& filename); 
    6971            bool IsWritten(const StdString& filename) const; 
    7072            void checkAttributesOnClient(); 
    7173            virtual void parse(xml::CXMLNode & node); 
     74 
     75            bool checkIfCompleted(void) ; 
     76            void setCompleted(void) ; 
     77            void setUncompleted(void) ; 
    7278 
    7379         public: 
     
    9096           static bool dummyTransformationMapList_; 
    9197 
     98           /** define if the scalar is completed or not ie all attributes have been received before in case  
     99               of grid reading from file or coupling */  
     100           bool isCompleted_=true ;   
    92101 
    93102            DECLARE_REF_FUNC(Scalar,scalar) 
Note: See TracChangeset for help on using the changeset viewer.