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; } /* ************************************************************************* */