Removed debug printing

release/4.3a0
Frank Dellaert 2012-09-15 02:56:19 +00:00
parent ea6655beba
commit 107d293ed7
1 changed files with 2 additions and 3 deletions

View File

@ -12,9 +12,8 @@ bayesNet.push_front(gc);
n=tree.getNumberOfElements();
for i=2:n
% Getting the parents of that node
i
parents = tree.getParents(i)
di = tree.getNodeDepth(i)
parents = tree.getParents(i);
di = tree.getNodeDepth(i);
% Create and link the corresponding GaussianConditionals
if tree.getW == 1 || di == 2
% Creation of single-parent GaussianConditional