Reverted back to vector

release/4.3a0
dellaert 2015-06-21 14:18:24 -07:00
parent 22b7d8276a
commit a35adc127c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public:
struct Cluster {
typedef Ordering Keys;
typedef FastVector<sharedFactor> Factors;
typedef FastList<boost::shared_ptr<Cluster> > Children;
typedef FastVector<boost::shared_ptr<Cluster> > Children;
Cluster() {
}