Ignore:
Timestamp:
03/29/12 11:09:38 (13 years ago)
Author:
Mathieu Morlighem
Message:

renamed objectivefunctionC -> objectivefunction

File:
1 edited

Legend:

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

    r11317 r11808  
    9999                _printf_(VerboseControl(),"%s\n","   optimizing along gradient direction");
    100100                optpars.maxiter=(int)maxiter[n]; optpars.cm_jump=cm_jump[n];
    101                 BrentSearch(&search_scalar,J+n,&optpars,&objectivefunctionC,&optargs);
     101                BrentSearch(&search_scalar,J+n,&optpars,&objectivefunction,&optargs);
    102102
    103103                _printf_(VerboseControl(),"%s\n","   updating parameter using optimized search scalar"); //true means update save controls
Note: See TracChangeset for help on using the changeset viewer.