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/d360.hpp

    r219 r334  
    2121            CD360Calendar(void);                                   // Not implemented yet. 
    2222            CD360Calendar(const StdString & dateStr); 
     23            CD360Calendar(const StdString & dateStr,const StdString & timeOriginStr); 
    2324            CD360Calendar(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.