Ignore:
Timestamp:
09/28/17 11:43:11 (7 years ago)
Author:
oabramkina
Message:

Reverting changes done in r1282.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/filter/temporal_filter.hpp

    r1282 r1285  
    5656      const CDuration samplingOffset; //!< The sampling offset, i.e. the offset after which the input data will be used 
    5757      const CDuration opFreq; //!< The operation frequency, i.e. the frequency at which the output data will be computed 
    58       const CDuration offsetMonth; 
    59       const CDuration offsetAllButMonth; 
    60       const CDate initDate; 
    61       bool isFirstOperation; //!< True before the first operation was been computed 
    6258      CDate nextSamplingDate; //!< The date of the next sampling 
    6359      CDate nextOperationDate; //!< The date of the next operation 
    64       int nbSamplingDates; 
     60      bool isFirstOperation; //!< True before the first operation was been computed 
    6561  }; // class CTemporalFilter 
    6662} // namespace xios 
Note: See TracChangeset for help on using the changeset viewer.