Reverted back to vector
parent
22b7d8276a
commit
a35adc127c
|
@ -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() {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue