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/Loads/Friction.cpp

    r15100 r15104  
    4343/*FUNCTION Friction::Echo {{{*/
    4444void Friction::Echo(void){
    45         _printf_("Friction:" << "\n");
     45        _printf_("Friction:\n");
    4646        _printf_("   analysis_type: " << EnumToStringx(analysis_type) << "\n");
    4747        _printf_("   element_type: " << this->element_type << "\n");
Note: See TracChangeset for help on using the changeset viewer.