Skip to content

Commit

Permalink
UnComment out unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoel committed Mar 11, 2014
1 parent 9cd43d0 commit a3ce061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nh99/dep_hess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dmatrix function_minimizer::dep_hess_routine(const dvariable& dep)
initial_params::xinit(x); // get the initial values into the x vector
dvector scale(1,nvar); // need to get scale from somewhere
dvector tscale(1,nvar); // need to get scale from somewhere
/*int check=*/initial_params::stddev_scale(scale,x);
int check=initial_params::stddev_scale(scale,x);
//check=initial_params::stddev_curvscale(curv,x);
double f;
double delta=1.e-7;
Expand Down

0 comments on commit a3ce061

Please sign in to comment.