Ignore:
Timestamp:
05/05/17 08:58:33 (7 years ago)
Author:
rlacroix
Message:

Add the ability to check if an output field is active at the current timestep.

The "xios_field_is_active" function can now take an optional logical argument that can be used to enable this new behavior.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/field.hpp

    r1017 r1119  
    9797 
    9898       public: 
    99          bool isActive(void) const; 
     99         bool isActive(bool atCurrentTimestep = false) const; 
    100100         bool hasOutputFile; 
    101101 
Note: See TracChangeset for help on using the changeset viewer.