diff --git a/applications/test/HashSet/hashSetTest.C b/applications/test/HashSet/hashSetTest.C index 901d791c21..350a656743 100644 --- a/applications/test/HashSet/hashSetTest.C +++ b/applications/test/HashSet/hashSetTest.C @@ -27,6 +27,7 @@ Description \*---------------------------------------------------------------------------*/ #include "HashSet.H" +#include "Map.H" using namespace Foam; @@ -35,12 +36,46 @@ using namespace Foam; int main(int argc, char *argv[]) { - HashSet setA(0); + wordHashSet setA(0); + HashTable tableA; + + HashTable tableB; + Map