Merged in fix/DoglegTiming (pull request #279)
Fix dogleg compile issue in CMake Timing moderelease/4.3a0
commit
557f08d72b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue