Ignore:
Timestamp:
10/25/10 08:57:04 (14 years ago)
Author:
Mathieu Morlighem
Message:

moved ISSMERROR to _error_, ISSMASSERT to _assert_ and ISSMPRINTF to _printf_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/mex/Echo/Echo.cpp

    r4453 r6412  
    2828void EchoUsage(void)
    2929{
    30         _printf_("\n");
    31         _printf_("   usage: %s(m.dataset);\n",__FUNCT__);
    32         _printf_("\n");
     30        _printf_(true,"\n");
     31        _printf_(true,"   usage: %s(m.dataset);\n",__FUNCT__);
     32        _printf_(true,"\n");
    3333}
Note: See TracChangeset for help on using the changeset viewer.