Changed back to fastmap to fix serialization
parent
8eecbf377c
commit
5b4f61171f
|
|
@ -91,7 +91,7 @@ namespace gtsam {
|
|||
typedef FastList<sharedClique> Cliques;
|
||||
|
||||
/** Map from keys to Clique */
|
||||
typedef tbb::concurrent_unordered_map<Key, sharedClique> Nodes;
|
||||
typedef FastMap<Key, sharedClique> Nodes;
|
||||
|
||||
protected:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue