Changeset 426


Ignore:
Timestamp:
04/02/13 09:50:32 (11 years ago)
Author:
ymipsl
Message:

Missing ";" for compiling.

YM

File:
1 edited

Legend:

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

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