Skip to content

Commit

Permalink
IOSS: Use the flat map (vector) instead of maps
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Jan 25, 2024
1 parent 6012c30 commit 73ef739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/seacas/libraries/ioss/src/Ioss_Decomposition.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <zoltan_cpp.h>
#endif

#define DC_USE_HOPSCOTCH
#define DC_USE_VECTOR
#if defined DC_USE_HOPSCOTCH
#include <hopscotch_map.h>
#elif defined DC_USE_ROBIN
Expand Down

0 comments on commit 73ef739

Please sign in to comment.