fix dogleg compile issue in CMake Timing mode

release/4.3a0
Jing Dong 2016-09-26 17:01:41 -04:00
parent 9f9d7b4a09
commit a7fbce3e4c
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