mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
ordering -> linear_solver_ordering.
Change-Id: If4af72da90725db2a2d4f397f4cb671c2e863a98
This commit is contained in:
@@ -215,7 +215,7 @@ void SetOrdering(BALProblem* bal_problem, Solver::Options* options) {
|
||||
}
|
||||
}
|
||||
|
||||
options->ordering = ordering;
|
||||
options->linear_solver_ordering = ordering;
|
||||
}
|
||||
|
||||
void SetMinimizerOptions(Solver::Options* options) {
|
||||
|
||||
Reference in New Issue
Block a user