From 24b5ab7439aaec3d8812a0c6643b52fcc532a78a Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Fri, 4 Feb 2011 04:52:22 +0000 Subject: [PATCH] Back to using FastList --- gtsam/inference/VariableIndex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/inference/VariableIndex.h b/gtsam/inference/VariableIndex.h index 49a4ba462..083073c12 100644 --- a/gtsam/inference/VariableIndex.h +++ b/gtsam/inference/VariableIndex.h @@ -43,7 +43,7 @@ class VariableIndex { public: typedef boost::shared_ptr shared_ptr; - typedef std::list Factors; + typedef FastList Factors; typedef Factors::iterator Factor_iterator; typedef Factors::const_iterator Factor_const_iterator;