From c30bd3e654d427a3ff3b85813617d8db9135ab98 Mon Sep 17 00:00:00 2001 From: dellaert Date: Sun, 21 Jun 2015 20:09:38 -0700 Subject: [PATCH] Comments --- gtsam/inference/ClusterTree-inst.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtsam/inference/ClusterTree-inst.h b/gtsam/inference/ClusterTree-inst.h index ed19ba4e0..a71ccebf9 100644 --- a/gtsam/inference/ClusterTree-inst.h +++ b/gtsam/inference/ClusterTree-inst.h @@ -19,9 +19,9 @@ namespace gtsam { /* ************************************************************************* */ -// Elimination traversal data - stores a pointer to the parent data and collects the factors -// resulting from elimination of the children. Also sets up BayesTree cliques with parent and -// child pointers. +// Elimination traversal data - stores a pointer to the parent data and collects +// the factors resulting from elimination of the children. Also sets up BayesTree +// cliques with parent and child pointers. template struct EliminationData { // Typedefs