mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
Correct spelling in comments and docs.
Change-Id: Iad9a0599d644d3b3cd54244edaf64d408cb1308e
This commit is contained in:
@@ -171,7 +171,7 @@ class TinySolverAutoDiffFunction {
|
||||
const CostFunctor& cost_functor_;
|
||||
|
||||
// The number of residuals at runtime.
|
||||
// This will be overriden if NUM_RESIDUALS == Eigen::Dynamic.
|
||||
// This will be overridden if NUM_RESIDUALS == Eigen::Dynamic.
|
||||
int num_residuals_ = kNumResiduals;
|
||||
|
||||
// To evaluate the cost function with jets, temporary storage is needed. These
|
||||
|
||||
Reference in New Issue
Block a user