Ignore:
Timestamp:
08/30/10 15:21:11 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/solutions/control_core.cpp

    r5530 r5623  
    102102                optargs.n=n; optpars.maxiter=(int)maxiter[n]; optpars.cm_jump=cm_jump[n];
    103103                BrentSearch(&search_scalar,J+n,&optpars,&objectivefunctionC,&optargs);
     104                //OptimalSearch(&search_scalar,J+n,&optpars,&objectivefunctionC,&optargs);
    104105
    105106                _printf_("%s\n","      updating parameter using optimized search scalar..."); //true means update parameter and copy it onto ControlParameter input
Note: See TracChangeset for help on using the changeset viewer.