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