From 79a3b8dd3092cd103c5ce70ab2b72e3eead772e7 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Thu, 1 Aug 2013 21:57:18 +0000 Subject: [PATCH] Derive BayesTreeOrphanWrapper from conditional instead of factor --- gtsam/inference/BayesTree.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtsam/inference/BayesTree.h b/gtsam/inference/BayesTree.h index 541e49469..b04b48555 100644 --- a/gtsam/inference/BayesTree.h +++ b/gtsam/inference/BayesTree.h @@ -259,11 +259,11 @@ namespace gtsam { /* ************************************************************************* */ template - class BayesTreeOrphanWrapper : public CLIQUE::FactorType + class BayesTreeOrphanWrapper : public CLIQUE::ConditionalType { public: typedef CLIQUE CliqueType; - typedef typename CLIQUE::FactorType Base; + typedef typename CLIQUE::ConditionalType Base; boost::shared_ptr clique;