Changeset 493 for XIOS/trunk/src/node


Ignore:
Timestamp:
10/03/14 10:51:38 (10 years ago)
Author:
ymipsl
Message:

Cleaning spurious output on stdout

YM

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

Legend:

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

    r479 r493  
    171171          ibegin.getValue() < 1 || iend.getValue() > ni_glo.getValue()) 
    172172          { 
    173                   cout<<ni_glo<<"  "<<ni<<"  "<<ibegin<<"  "<<iend<<endl; 
    174173 
    175174         ERROR("CDomain::checkAttributes(void)", 
  • XIOS/trunk/src/node/field.cpp

    r482 r493  
    792792           instantField->freq_op=freq_op ; 
    793793           averageField-> processEnabledField() ; 
    794            cout<<" outputfreq of averageField "<<  freq_op <<"  "<<instantField->freq_op<<"  "<< averageField->freq_write << endl ; 
    795794           instantField->SuperClassAttribute::setAttributes(averageField, true); 
    796795           instantField->field_ref.reset() ; 
Note: See TracChangeset for help on using the changeset viewer.