Ignore:
Timestamp:
09/08/10 15:02:31 (14 years ago)
Author:
hozdoba
Message:

Mise à jour intermédiaire ...
A venir : commit d'une version stable intégrant l'écriture de fichiers NetCDF4.
(en cours de finalisation actuellement)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/XMLIO/abstract_calendar.hpp

    r119 r120  
    3131            for(_d0.setMonth(1); _d0.getMonth() < d.getMonth(); _d0.setMonth(_d0.getMonth()+1)) 
    3232               nbday += getMonthLength(_d0); 
    33             //std::cout << "nombre de jours : " << nbday << std::endl; 
    3433            return ((((nbday + d.getDay()) * getDayLength() + d.getHour()) 
    3534                     * getHourLength() + d.getMinute()) * getMinuteLength() + d.getSecond()); 
Note: See TracChangeset for help on using the changeset viewer.