parent
59369b230b
commit
39e08c9a4e
|
@ -95,7 +95,7 @@ class GTSAM_EXPORT VariableIndex {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Return true if no factors associated with a variable
|
/// Return true if no factors associated with a variable
|
||||||
const bool empty(Key variable) const {
|
bool empty(Key variable) const {
|
||||||
return (*this)[variable].empty();
|
return (*this)[variable].empty();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue