Ignore:
Timestamp:
02/25/13 01:15:54 (11 years ago)
Author:
ymipsl
Message:

Bug fix in calendar

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/date.cpp

    r343 r423  
    177177      void CDate::setYear  (int newyear)  { this->year  = newyear; } 
    178178      void CDate::setMonth (int newmonth) { this->month = newmonth; } 
     179      void CDate::setDay (int newday) { this->day = newday; } 
    179180 
    180181      //---------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.