Ignore:
Timestamp:
12/21/18 09:19:12 (5 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/allleap.cpp

    r1629 r1630  
    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.