fix dogleg compile issue in CMake Timing mode
parent
9f9d7b4a09
commit
a7fbce3e4c
|
@ -243,7 +243,7 @@ typename DoglegOptimizerImpl::IterationResult DoglegOptimizerImpl::Iterate(
|
|||
stay = false;
|
||||
}
|
||||
}
|
||||
gttoc(adjust_Delta);
|
||||
gttoc(adjust_delta);
|
||||
}
|
||||
|
||||
// dx_d and f_error have already been filled in during the loop
|
||||
|
|
Loading…
Reference in New Issue