Changeset 8275


Ignore:
Timestamp:
05/13/11 14:19:25 (14 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/shared/Numerics/BrentSearch.cpp

    r7090 r8275  
    8686        if (!isnan(cm_jump) && (xmin==0) && ((fxbest/fxmin)<cm_jump)){
    8787                _printf_(VerboseControl(),"      optimization terminated: current x satisfies criteria 'cm_jump'=%g\n",cm_jump);
    88                 _printf_(true,"alpha = %g\n",xbest);
    8988                loop=false;
    9089        }
Note: See TracChangeset for help on using the changeset viewer.