Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Dec 4, 2018
2 parents 2e564e5 + 2c3e0e2 commit 3ee8779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inner.cpp
Expand Up @@ -1643,7 +1643,7 @@ void numericGrad(double *theta, double *g){
rx = getRx();
int npars = op_focei.npars;
int cpar;
double cur, delta, tmp, tmp0;
double cur, delta, tmp, tmp0=NA_REAL;
double f=0;
// Do Forward difference if the OBJF for *theta has already been calculated.
bool doForward=false;
Expand Down

0 comments on commit 3ee8779

Please sign in to comment.