Ignore:
Timestamp:
05/24/13 13:02:48 (12 years ago)
Author:
Eric.Larour
Message:

CHG: changed the names of _printString_ and _pprintString_
to _printf_ and _printf0_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Inputs/DatasetInput.cpp

    r15099 r15100  
    4242void DatasetInput::DeepEcho(void){
    4343
    44         _printString_("DatasetInput:" << "\n");
    45         _printString_("   enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ")" << "\n");
    46         _printString_("---inputs: " << "\n"); inputs->Echo();
     44        _printf_("DatasetInput:" << "\n");
     45        _printf_("   enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ")" << "\n");
     46        _printf_("---inputs: " << "\n"); inputs->Echo();
    4747}
    4848/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.