Changeset 1011
- Timestamp:
- 12/07/16 15:22:39 (8 years ago)
- Location:
- XIOS/trunk/src/node
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/trunk/src/node/field.cpp
r1006 r1011 284 284 if (requestData) 285 285 { 286 cout<<"currentDate : "<<currentDate<<endl ;287 cout<<"lastDataRequestedFromServer : "<<lastDataRequestedFromServer<<endl ;288 cout<<"file->output_freq.getValue() : "<<file->output_freq.getValue()<<endl ;289 cout<<"lastDataRequestedFromServer + file->output_freq.getValue() : "<<lastDataRequestedFromServer + file->output_freq.getValue()<<endl ;286 info(20) <<"currentDate : "<<currentDate<<endl ; 287 info(20) <<"lastDataRequestedFromServer : "<<lastDataRequestedFromServer<<endl ; 288 info(20) <<"file->output_freq.getValue() : "<<file->output_freq.getValue()<<endl ; 289 info(20) <<"lastDataRequestedFromServer + file->output_freq.getValue() : "<<lastDataRequestedFromServer + file->output_freq.getValue()<<endl ; 290 290 291 291 sendReadDataRequest(); -
XIOS/trunk/src/node/file.cpp
r996 r1011 375 375 if (pos2!=std::string::npos) 376 376 { 377 middlePart=filename.substr(pos1,pos2-pos1) ; 378 cout<<pos2<<endl ; 377 middlePart=filename.substr(pos1,pos2-pos1) ; 379 378 pos2+=strEndDate.size() ; 380 379 lastPart=filename.substr(pos2,filename.size()-pos2) ;
Note: See TracChangeset
for help on using the changeset viewer.