Ignore:
Timestamp:
05/24/13 19:11:47 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: simplifying prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Params/MatrixParam.cpp

    r15100 r15104  
    4242void MatrixParam::Echo(void){
    4343
    44         _printf_("MatrixParam:" << "\n");
    45         _printf_("   enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ")" << "\n");
     44        _printf_("MatrixParam:\n");
     45        _printf_("   enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ")\n");
    4646
    4747}
     
    5050void MatrixParam::DeepEcho(void){
    5151
    52         _printf_("MatrixParam:" << "\n");
    53         _printf_("   enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ")" << "\n");
     52        _printf_("MatrixParam:\n");
     53        _printf_("   enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ")\n");
    5454        this->value->Echo();
    5555}
Note: See TracChangeset for help on using the changeset viewer.