Ignore:
Timestamp:
10/25/10 08:57:04 (15 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/ControlOptimization/ControlOptimization.cpp

    r4539 r6412  
    6767void ControlOptimizationUsage(void)
    6868{
    69         _printf_("\n");
    70         _printf_("   usage: [search_scalar J] = %s(function_name,xmin,xmax,options,femmodel,step,parameters)\n",__FUNCT__);
    71         _printf_("\n");
     69        _printf_(true,"\n");
     70        _printf_(true,"   usage: [search_scalar J] = %s(function_name,xmin,xmax,options,femmodel,step,parameters)\n",__FUNCT__);
     71        _printf_(true,"\n");
    7272}
Note: See TracChangeset for help on using the changeset viewer.