check number of evaluation even in the case of *1(), now we have it..

This commit is contained in:
Thomas Capricelli
2009-08-26 14:47:10 +02:00
parent 458947af5e
commit 16d08b2b0f
3 changed files with 13 additions and 0 deletions

View File

@@ -457,6 +457,7 @@ HybridNonLinearSolver<FunctorType,Scalar>::solveNumericalDiffInit(
/* Function Body */
nfev = 0;
njev = 0;
/* check the input parameters for errors. */

View File

@@ -437,6 +437,7 @@ LevenbergMarquardt<FunctorType,Scalar>::minimizeNumericalDiffInit(
/* Function Body */
nfev = 0;
njev = 0;
/* check the input parameters for errors. */