Ignore:
Timestamp:
03/28/23 16:42:11 (15 months ago)
Author:
ymipsl
Message:

First guess in supression of attached mode replaced by online reader and write filters

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/dev/XIOS_ATTACHED/src/node/scalar.hpp

    r2397 r2482  
    143143 
    144144      bool isEqual(CScalar* scalar); 
     145 
     146    public: 
     147      bool hasValue() { return hasValue_; } 
     148      bool hasBounds() { return hasBounds_; } 
     149      bool hasLabel() { return hasLabel_; } 
     150    private: 
     151      bool hasValue_  = false ; 
     152      bool hasBounds_ = false ; 
     153      bool hasLabel_  = false ; 
    145154    private:   
    146155          /** Clients that have to send a scalar. There can be multiple clients in case of secondary server, otherwise only one client. */ 
Note: See TracChangeset for help on using the changeset viewer.