Merged in fix/DoglegTiming (pull request #279)

Fix dogleg compile issue in CMake Timing mode
release/4.3a0
Chris Beall 2016-09-26 22:18:10 -07:00
commit 557f08d72b
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ typename DoglegOptimizerImpl::IterationResult DoglegOptimizerImpl::Iterate(
stay = false; stay = false;
} }
} }
gttoc(adjust_Delta); gttoc(adjust_delta);
} }
// dx_d and f_error have already been filled in during the loop // dx_d and f_error have already been filled in during the loop