Ignore:
Timestamp:
12/21/18 09:19:12 (6 years ago)
Author:
yushan
Message:

working branch @1608 with bug fix @1628

File:
1 edited

Legend:

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

    r1629 r1630  
    2828            virtual int getYearTotalLength(const CDate & date) const; 
    2929            virtual int getMonthLength(const CDate & date) const; 
    30             inline virtual StdString getType(void) const { return (StdString("gregorian")); }; 
    31             inline virtual int getYearLength (void) const { return 12; } ; 
     30            virtual StdString getType(void) const; 
    3231 
    33             inline virtual bool hasLeapYear() const { return true; }; 
     32            virtual bool hasLeapYear() const; 
    3433 
    3534            /// Destructeur /// 
Note: See TracChangeset for help on using the changeset viewer.