fix typo
parent
9211dddf6c
commit
3f89c7af49
|
@ -45,7 +45,7 @@ Ordering HybridSmoother::getOrdering(
|
||||||
std::copy(allDiscrete.begin(), allDiscrete.end(),
|
std::copy(allDiscrete.begin(), allDiscrete.end(),
|
||||||
std::back_inserter(newKeysDiscreteLast));
|
std::back_inserter(newKeysDiscreteLast));
|
||||||
|
|
||||||
const VariableIndex index(newFactors);
|
const VariableIndex index(factors);
|
||||||
|
|
||||||
// Get an ordering where the new keys are eliminated last
|
// Get an ordering where the new keys are eliminated last
|
||||||
Ordering ordering = Ordering::ColamdConstrainedLast(
|
Ordering ordering = Ordering::ColamdConstrainedLast(
|
||||||
|
|
Loading…
Reference in New Issue