Changed back to fastmap to fix serialization

release/4.3a0
Richard Roberts 2013-08-15 14:24:21 +00:00
parent 8eecbf377c
commit 5b4f61171f
1 changed files with 1 additions and 1 deletions

View File

@ -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: