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/Elements/Penta.cpp

    r15100 r15104  
    668668void Penta::DeepEcho(void){
    669669
    670         _printf_("Penta:" << "\n");
     670        _printf_("Penta:\n");
    671671        _printf_("   id: " << id << "\n");
    672672        nodes[0]->DeepEcho();
     
    679679        matpar->DeepEcho();
    680680        _printf_("   neighbor ids: " << verticalneighbors[0]->Id() << "-" << verticalneighbors[1]->Id() << "\n");
    681         _printf_("   parameters" << "\n");
     681        _printf_("   parameters\n");
    682682        parameters->DeepEcho();
    683         _printf_("   inputs" << "\n");
     683        _printf_("   inputs\n");
    684684        inputs->DeepEcho();
    685         _printf_("   results" << "\n");
     685        _printf_("   results\n");
    686686        results->DeepEcho();
    687         _printf_("neighboor sids: " << "\n");
     687        _printf_("neighboor sids: \n");
    688688        _printf_(" " << horizontalneighborsids[0] << " " << horizontalneighborsids[1] << " " << horizontalneighborsids[2] << "\n");
    689689}
     
    13351335        }
    13361336        else{
    1337                 _printf_("Interpolation " << EnumToStringx(interp) << " not supported" << "\n");
     1337                _printf_("Interpolation " << EnumToStringx(interp) << " not supported\n");
    13381338        }
    13391339}
     
    45604560                /*Check solution*/
    45614561                if(xIsNan<IssmDouble>(values[i])) _error_("NaN found in solution vector");
    4562                 //if(values[i]<0)      _printf_("temperature < 0°K found in solution vector" << "\n");
    4563                 //if(values[i]>275)    _printf_("temperature > 275°K found in solution vector (Paterson's rheology associated is negative)" << "\n");
     4562                //if(values[i]<0)      _printf_("temperature < 0°K found in solution vector\n");
     4563                //if(values[i]>275)    _printf_("temperature > 275°K found in solution vector (Paterson's rheology associated is negative)\n");
    45644564        }
    45654565
Note: See TracChangeset for help on using the changeset viewer.