Ignore:
Timestamp:
12/19/18 18:45:46 (5 years ago)
Author:
yushan
Message:

inlining calendar fonctions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/date/d360.hpp

    r591 r1629  
    2626 
    2727            /// Accesseurs /// 
    28             virtual int getYearTotalLength(const CDate & date) const; 
    29             virtual int getMonthLength(const CDate & date) const; 
    30             virtual StdString getType(void) const; 
     28            inline virtual int getYearTotalLength(const CDate & date) const { return (360 * 86400); }; 
     29            inline virtual int getMonthLength(const CDate & date) const { return 30; }; 
     30            inline virtual StdString getType(void) const { return (StdString("360_day")); }; 
    3131 
    3232            /// Destructeur /// 
Note: See TracChangeset for help on using the changeset viewer.