Fixed comment
parent
9ebc906150
commit
550e683cad
|
|
@ -167,7 +167,7 @@ public:
|
||||||
/// find
|
/// find
|
||||||
const_iterator find(KeyType key) const { return std::find(begin(), end(), key); }
|
const_iterator find(KeyType key) const { return std::find(begin(), end(), key); }
|
||||||
|
|
||||||
///TODO: comment
|
/// Access the factor's involved variable keys
|
||||||
const std::vector<KeyType>& keys() const { return keys_; }
|
const std::vector<KeyType>& keys() const { return keys_; }
|
||||||
|
|
||||||
/** iterators */
|
/** iterators */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue