mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 09:00:37 +08:00
Occured -> Occurred.
Thanks to Phillip Huebner for reporting this. Change-Id: I9cddfbb373aeb496961d08e434fe661bff4abd29
This commit is contained in:
@@ -54,7 +54,7 @@ class GradientCheckingIterationCallback : public IterationCallback {
|
||||
// then return SOLVER_ABORT.
|
||||
virtual CallbackReturnType operator()(const IterationSummary& summary);
|
||||
|
||||
// Notify this that a gradient error has occured (thread safe).
|
||||
// Notify this that a gradient error has occurred (thread safe).
|
||||
void SetGradientErrorDetected(std::string& error_log);
|
||||
|
||||
// Retrieve error status (not thread safe).
|
||||
|
||||
Reference in New Issue
Block a user