Changeset 426 for XIOS/trunk/src/calendar_util.cpp
- Timestamp:
- 04/02/13 09:50:32 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/trunk/src/calendar_util.cpp
r425 r426 88 88 { 89 89 dtt.addMonth(-1) ; 90 drr.month-=1 90 drr.month-=1 ; 91 91 for(; c.getMonthLength(dtt) < -drr.day; dtt.addMonth (-1)) 92 92 { drr.day+=c.getMonthLength(dtt) ; drr.month-=1 ; }
Note: See TracChangeset
for help on using the changeset viewer.