From a35adc127cc52c09048e0cd887bfab35a562001e Mon Sep 17 00:00:00 2001 From: dellaert Date: Sun, 21 Jun 2015 14:18:24 -0700 Subject: [PATCH] Reverted back to vector --- gtsam/inference/ClusterTree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/inference/ClusterTree.h b/gtsam/inference/ClusterTree.h index 41232e1a1..b00532d22 100644 --- a/gtsam/inference/ClusterTree.h +++ b/gtsam/inference/ClusterTree.h @@ -37,7 +37,7 @@ public: struct Cluster { typedef Ordering Keys; typedef FastVector Factors; - typedef FastList > Children; + typedef FastVector > Children; Cluster() { }