From a56fe9572e04dbe3462d53b59a5b1b214dfb5bd2 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Tue, 13 Dec 2011 22:48:50 +0000 Subject: [PATCH] (in branch) comment fix --- gtsam/inference/FactorGraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/inference/FactorGraph.h b/gtsam/inference/FactorGraph.h index 3453f14a6..df684d7d2 100644 --- a/gtsam/inference/FactorGraph.h +++ b/gtsam/inference/FactorGraph.h @@ -77,7 +77,7 @@ template class BayesTree; template FactorGraph(const BayesNet& bayesNet); - /** convert from Bayes net */ + /** convert from Bayes tree */ template FactorGraph(const BayesTree& bayesTree);