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

    r286 r300  
    113113 
    114114            boost::shared_ptr<io::CDataOutput> dout(new T(oss.str(), false,comm_server,multifile)); 
    115             file->initializeDataOutput(dout); 
     115//            file->initializeDataOutput(dout); 
    116116         } 
    117117      } 
     
    149149            boost::shared_ptr<CField> field = *it; 
    150150            boost::shared_ptr<CFile>  file  = field->getRelFile(); 
    151             if (field->updateData(currDate, timestep, data)) 
     151            if (field->updateData(data)) 
    152152            { 
    153153               if (CXIOSManager::GetStatus() == CXIOSManager::LOC_CLIENT) 
    154154               {  
    155155                   boost::shared_ptr<comm::CClient> client = comm::CClient::GetClient(); 
    156 //                   std::cout<<"--> sendData :: fieldId : "<<fieldId<<", fileId : "<<file->getId()<<std::endl ; 
    157 //                   client->sendData(fieldId, file->getId(), field->getData()); 
    158156                   client->sendData(field->getId(), file->getId(), field->getData()); 
    159157               } 
Note: See TracChangeset for help on using the changeset viewer.