mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-31 01:20:38 +08:00
Fix a number of typos
Change-Id: I0038f9c91dc70c422c01305dc10fca5a22a2f0d0
This commit is contained in:
@@ -187,7 +187,7 @@ class NumericDiffFirstOrderFunction final : public FirstOrderFunction {
|
||||
bool Evaluate(const double* const parameters,
|
||||
double* cost,
|
||||
double* gradient) const override {
|
||||
// Get the function value (cost) at the the point to evaluate.
|
||||
// Get the function value (cost) at the point to evaluate.
|
||||
if (!(*functor_)(parameters, cost)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user