Changeset 425


Ignore:
Timestamp:
03/29/13 16:05:13 (11 years ago)
Author:
ymipsl
Message:

bug fix on calendar

YM

File:
1 edited

Legend:

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

    r424 r425  
    8888         { 
    8989           dtt.addMonth(-1) ; 
     90           drr.month-=1  
    9091           for(; c.getMonthLength(dtt) < -drr.day; dtt.addMonth (-1)) 
    9192           { drr.day+=c.getMonthLength(dtt) ; drr.month-=1 ; } 
Note: See TracChangeset for help on using the changeset viewer.