move GraphAndConstant traits definition to HybridFactor
parent
195dddfdeb
commit
47346c5024
|
|
@ -186,7 +186,4 @@ template <>
|
||||||
struct traits<GaussianMixtureFactor> : public Testable<GaussianMixtureFactor> {
|
struct traits<GaussianMixtureFactor> : public Testable<GaussianMixtureFactor> {
|
||||||
};
|
};
|
||||||
|
|
||||||
template <>
|
|
||||||
struct traits<GraphAndConstant> : public Testable<GraphAndConstant> {};
|
|
||||||
|
|
||||||
} // namespace gtsam
|
} // namespace gtsam
|
||||||
|
|
|
||||||
|
|
@ -192,4 +192,7 @@ class GTSAM_EXPORT HybridFactor : public Factor {
|
||||||
template <>
|
template <>
|
||||||
struct traits<HybridFactor> : public Testable<HybridFactor> {};
|
struct traits<HybridFactor> : public Testable<HybridFactor> {};
|
||||||
|
|
||||||
|
template <>
|
||||||
|
struct traits<GraphAndConstant> : public Testable<GraphAndConstant> {};
|
||||||
|
|
||||||
} // namespace gtsam
|
} // namespace gtsam
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue