Changeset 1011 for XIOS/trunk/src


Ignore:
Timestamp:
12/07/16 15:22:39 (7 years ago)
Author:
mhnguyen
Message:

Some cosmetic things

Location:
XIOS/trunk/src/node
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/field.cpp

    r1006 r1011  
    284284    if (requestData) 
    285285    { 
    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 ; 
    290290 
    291291      sendReadDataRequest(); 
  • XIOS/trunk/src/node/file.cpp

    r996 r1011  
    375375         if (pos2!=std::string::npos) 
    376376         { 
    377            middlePart=filename.substr(pos1,pos2-pos1) ; 
    378            cout<<pos2<<endl ; 
     377           middlePart=filename.substr(pos1,pos2-pos1) ;            
    379378           pos2+=strEndDate.size() ; 
    380379           lastPart=filename.substr(pos2,filename.size()-pos2) ; 
Note: See TracChangeset for help on using the changeset viewer.