Ignore:
Timestamp:
06/06/13 17:31:28 (11 years ago)
Author:
ymipsl
Message:

bug fix :

  • freq_op is now by default of 1 timestep (1ts)
  • once operation is now working as required

YM

File:
1 edited

Legend:

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

    r369 r436  
    149149         CArray<double, 1> data; 
    150150         map<int, CArray<double,1>* > data_srv ; 
     151         bool isOnceOperation ; 
     152         bool isFirstOperation ; 
    151153 
    152154   }; // class CField 
Note: See TracChangeset for help on using the changeset viewer.