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/allleap.cpp

    r591 r1629  
    3232 
    3333      ///-------------------------------------------------------------- 
    34  
     34/* 
    3535      int CAllLeapCalendar::getYearTotalLength(const CDate & date) const 
    3636      { return (366 * 86400); } 
    37  
     37*/ 
    3838      int CAllLeapCalendar::getMonthLength(const CDate & date) const 
    3939      { 
     
    4141         return (CCalendar::getMonthLength(date)); 
    4242      } 
    43  
     43/* 
    4444      StdString CAllLeapCalendar::getType(void) const 
    4545      { return (StdString("all_leap")); } 
    46  
     46*/ 
    4747      ///-------------------------------------------------------------- 
    4848} // namespace xios 
Note: See TracChangeset for help on using the changeset viewer.