Ignore:
Timestamp:
06/22/12 17:05:16 (13 years ago)
Author:
Mathieu Morlighem
Message:

Starting to replace _printf by _pprintString

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/modules/InternalFront/InternalFront.cpp

    r12497 r12516  
    9494
    9595void InternalFrontUsage(void) {
    96         _printf_(true,"\n");
    97         _printf_(true,"   usage: icefront = %s(md);\n",__FUNCT__);
    98         _printf_(true,"\n");
     96        if(true) _pprintLine_("");
     97        if(true) _pprintLine_("   usage: icefront = " << __FUNCT__ << "(md);");
     98        if(true) _pprintLine_("");
    9999}
Note: See TracChangeset for help on using the changeset viewer.