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/IntVecParam.cpp

    r15100 r15104  
    5858void IntVecParam::Echo(void){
    5959
    60         _printf_("IntVecParam:" << "\n");
    61         _printf_("   enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ")" << "\n");
     60        _printf_("IntVecParam:\n");
     61        _printf_("   enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ")\n");
    6262        _printf_("   vector size: " << this->M << "\n");
    6363
     
    6969        int i;
    7070
    71         _printf_("IntVecParam:" << "\n");
    72         _printf_("   enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ")" << "\n");
     71        _printf_("IntVecParam:\n");
     72        _printf_("   enum: " << this->enum_type << " (" << EnumToStringx(this->enum_type) << ")\n");
    7373        _printf_("   vector size: " << this->M << "\n");
    7474        for(i=0;i<this->M;i++){
Note: See TracChangeset for help on using the changeset viewer.