Fixed warning

release/4.3a0
Richard Roberts 2011-07-01 22:47:34 +00:00
parent cd5c0095ce
commit 5e5a3b0f24
1 changed files with 0 additions and 1 deletions

View File

@ -601,7 +601,6 @@ namespace gtsam {
template<class CONDITIONAL>
typename BayesTree<CONDITIONAL>::sharedClique BayesTree<CONDITIONAL>::insert(
const sharedConditional& clique, list<sharedClique>& children, bool isRootClique) {
static const bool debug = false;
if (clique->nrFrontals() == 0)
throw invalid_argument("BayesTree::insert: empty clique!");