(in branch) comment fix

release/4.3a0
Richard Roberts 2011-12-13 22:48:50 +00:00
parent 88c3e81a7d
commit a56fe9572e
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ template<class CONDITIONAL, class CLIQUE> class BayesTree;
template<class CONDITIONAL>
FactorGraph(const BayesNet<CONDITIONAL>& bayesNet);
/** convert from Bayes net */
/** convert from Bayes tree */
template<class CONDITIONAL, class CLIQUE>
FactorGraph(const BayesTree<CONDITIONAL, CLIQUE>& bayesTree);