Ignore:
Timestamp:
09/06/11 11:57:45 (13 years ago)
Author:
hozdoba
Message:

Corrections après tests sur titane

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/xmlio/calendar.cpp

    r202 r265  
    5353 
    5454      CDate & CCalendar::update(int step) 
    55       { return (this->getCurrentDate() = this->getCurrentDate() + step * this->timestep); } 
     55      {  
     56         std::cout << "step : " << step << std::endl; 
     57         return (this->getCurrentDate() = this->getInitDate() + step * this->timestep); 
     58      } 
    5659 
    5760      //----------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.