Ignore:
Timestamp:
03/27/12 10:49:42 (12 years ago)
Author:
ymipsl
Message:
  • Add new attribut : time_origin for time axis origin which appear in nectdf file
  • centered time averaging for time axis
  • correct bug in calendar due to call of virtual function in the constructor

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/date/noleap.hpp

    r219 r334  
    1919 
    2020            /// Constructeur /// 
    21             CNoLeapCalendar(void);                                   // Not implemented yet. 
     21//            CNoLeapCalendar(void);                                   // Not implemented yet. 
    2222            CNoLeapCalendar(const StdString & dateStr); 
     23            CNoLeapCalendar(const StdString & dateStr,const StdString & timeOriginStr); 
    2324            CNoLeapCalendar(int yr = 0, int mth = 1, int d   = 1, 
    2425                            int hr = 0, int min = 0, int sec = 0); 
Note: See TracChangeset for help on using the changeset viewer.