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/data_treatment.cpp

    r214 r265  
    3838         // Mise à jour cÃŽté client 
    3939         this->currentContext->getCalendar()->update(step); 
     40//         std::cout <<  "current date : " << this->currentContext->getCalendar()->getCurrentDate() << std::endl; 
    4041         if (CXIOSManager::GetStatus() == CXIOSManager::LOC_CLIENT) 
    4142         { // Mise à jour cÃŽté serveur 
     
    4950         // Mise à jour cÃŽté client 
    5051         this->currentContext->getCalendar()->setTimeStep(duration); 
     52         std::cout << "timestep :" << duration << std::endl; 
    5153         if (CXIOSManager::GetStatus() == CXIOSManager::LOC_CLIENT) 
    5254         { // Mise à jour cÃŽté serveur 
Note: See TracChangeset for help on using the changeset viewer.