Ignore:
Timestamp:
02/13/12 19:35:25 (12 years ago)
Author:
ymipsl
Message:

nouvelle version de developpement de xios

  • nouvelle interface fortran
  • recodage complet de la couche de communication
  • et bien d'autres choses...

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/common/src/calendar.cpp

    r286 r300  
    5454      CDate & CCalendar::update(int step) 
    5555      {  
    56          std::cout << "step : " << step <<" timestep "<<this->timestep << std::endl; 
    57 //         std::cout << "date before : " << this->getCurrentDate() <<" date after "<<this->getInitDate() + step * this->timestep << std::endl; 
     56         info(20) << "update step : " << step <<" timestep "<<this->timestep << std::endl; 
    5857         return (this->getCurrentDate() = this->getInitDate() + step * this->timestep); 
    5958      } 
Note: See TracChangeset for help on using the changeset viewer.