mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
Occured -> Occurred.
Thanks to Phillip Huebner for reporting this. Change-Id: I9cddfbb373aeb496961d08e434fe661bff4abd29
This commit is contained in:
@@ -919,7 +919,7 @@ Numeric Differentiation & LocalParameterization
|
||||
local_parameterizations, numeric_diff_options);
|
||||
GradientCheckResults results;
|
||||
if (!gradient_checker.Probe(parameter_blocks.data(), 1e-9, &results) {
|
||||
LOG(ERROR) << "An error has occured:\n" << results.error_log;
|
||||
LOG(ERROR) << "An error has occurred:\n" << results.error_log;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user