Small comment cleanup
parent
908f2ac561
commit
c48a9431a0
|
|
@ -178,7 +178,7 @@ namespace gtsam {
|
||||||
public:
|
public:
|
||||||
typedef _ConstKeyValuePair<ValueType> KeyValuePair;
|
typedef _ConstKeyValuePair<ValueType> KeyValuePair;
|
||||||
|
|
||||||
/** Conversion from Filtered<ValueType> to ConstFiltered<ValueType> */
|
/** Conversion from Filtered to ConstFiltered */
|
||||||
ConstFiltered(const Filtered<ValueType>& rhs) : Base(
|
ConstFiltered(const Filtered<ValueType>& rhs) : Base(
|
||||||
boost::adaptors::transform(
|
boost::adaptors::transform(
|
||||||
boost::adaptors::filter(
|
boost::adaptors::filter(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue