Ignore:
Timestamp:
04/04/18 12:20:26 (6 years ago)
Author:
oabramkina
Message:

Implementing a patch suggested by Rupert Nash in order to bring temporal_filter.cpp in compliance with c++98 norms.

For this, a constructor of CDuration has been added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/duration.hpp

    r1158 r1472  
    2020 
    2121         public: 
     22            CDuration(double year=0.0, double month=0.0, double day=0.0, double hour=0.0, double minute=0.0, double second=0.0, double timestep=0.0); 
     23 
    2224            /// Opérateurs /// 
    2325            CDuration& operator=(const CDuration& duration); 
Note: See TracChangeset for help on using the changeset viewer.