Moved traits
parent
e89a294376
commit
0694bd85cb
|
|
@ -94,6 +94,5 @@ public:
|
||||||
|
|
||||||
// traits
|
// traits
|
||||||
template<> struct traits<DiscreteFactor> : public Testable<DiscreteFactor> {};
|
template<> struct traits<DiscreteFactor> : public Testable<DiscreteFactor> {};
|
||||||
template<> struct traits<DiscreteValues> : public Testable<DiscreteValues> {};
|
|
||||||
|
|
||||||
}// namespace gtsam
|
}// namespace gtsam
|
||||||
|
|
|
||||||
|
|
@ -34,4 +34,7 @@ namespace gtsam {
|
||||||
*/
|
*/
|
||||||
using DiscreteValues = Assignment<Key>;
|
using DiscreteValues = Assignment<Key>;
|
||||||
|
|
||||||
|
// traits
|
||||||
|
template<> struct traits<DiscreteValues> : public Testable<DiscreteValues> {};
|
||||||
|
|
||||||
} // namespace gtsam
|
} // namespace gtsam
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue