From b8c346b60d572b2c56b94071cc0195780ad4759e Mon Sep 17 00:00:00 2001 From: Yong-Dian Jian Date: Wed, 27 Jun 2012 16:49:14 +0000 Subject: [PATCH] --- gtsam/inference/BayesNet-inl.h | 3 +-- gtsam/inference/BayesTree-inl.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/gtsam/inference/BayesNet-inl.h b/gtsam/inference/BayesNet-inl.h index 6647be302..112782ecc 100644 --- a/gtsam/inference/BayesNet-inl.h +++ b/gtsam/inference/BayesNet-inl.h @@ -54,8 +54,7 @@ namespace gtsam { std::cout << s << "maximum conditional size = " << max_size << std::endl << "average conditional size = " << total / n << std::endl - << "density = " << 100.0 * total / (double) (n*(n+1)/2) << " %" << std::endl - << std::endl; + << "density = " << 100.0 * total / (double) (n*(n+1)/2) << " %" << std::endl; } /* ************************************************************************* */ diff --git a/gtsam/inference/BayesTree-inl.h b/gtsam/inference/BayesTree-inl.h index e0a585812..501a8aabd 100644 --- a/gtsam/inference/BayesTree-inl.h +++ b/gtsam/inference/BayesTree-inl.h @@ -110,8 +110,7 @@ namespace gtsam { <<"avg Conditional Size: " << avgConditionalSize << std::endl << "max Conditional Size: " << maxConditionalSize << std::endl << "avg Separator Size: " << avgSeparatorSize << std::endl - << "max Separator Size: " << maxSeparatorSize << std::endl - << std::endl; + << "max Separator Size: " << maxSeparatorSize << std::endl; } /* ************************************************************************* */