BUG: incorrect HashTable / HashSet instances
- Eg instead of using labelHashSet, used HashSet<label> which uses the string::hash for hashing. Other places inadvertently using the string::hash instead of Hash<label> for hashing. STYLE: use Map<..> instead of HashTable<.., label, Hash<label>> - reduces clutter
Showing
- applications/test/HashSet/Test-hashSet.C 1 addition, 1 deletionapplications/test/HashSet/Test-hashSet.C
- applications/utilities/mesh/conversion/ideasUnvToFoam/ideasUnvToFoam.C 1 addition, 1 deletion...utilities/mesh/conversion/ideasUnvToFoam/ideasUnvToFoam.C
- applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/PrintTable/PrintTable.C 8 additions, 26 deletions...on/foamyMesh/conformalVoronoiMesh/PrintTable/PrintTable.C
- applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/PrintTable/PrintTable.H 1 addition, 1 deletion...on/foamyMesh/conformalVoronoiMesh/PrintTable/PrintTable.H
- applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/featurePointConformer/pointFeatureEdgesTypes.C 3 additions, 15 deletions...oronoiMesh/featurePointConformer/pointFeatureEdgesTypes.C
- applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/featurePointConformer/pointFeatureEdgesTypes.H 2 additions, 2 deletions...oronoiMesh/featurePointConformer/pointFeatureEdgesTypes.H
- src/OpenFOAM/containers/HashTables/HashSet/HashSet.H 3 additions, 3 deletionssrc/OpenFOAM/containers/HashTables/HashSet/HashSet.H
- src/conversion/fire/FIREMeshWriter.C 4 additions, 10 deletionssrc/conversion/fire/FIREMeshWriter.C
- src/conversion/fire/FIREMeshWriter.H 1 addition, 1 deletionsrc/conversion/fire/FIREMeshWriter.H
- src/conversion/vtk/part/foamVtuSizing.C 1 addition, 7 deletionssrc/conversion/vtk/part/foamVtuSizing.C
- src/conversion/vtk/part/foamVtuSizing.H 1 addition, 1 deletionsrc/conversion/vtk/part/foamVtuSizing.H
- src/conversion/vtk/part/foamVtuSizingTemplates.C 1 addition, 1 deletionsrc/conversion/vtk/part/foamVtuSizingTemplates.C
- src/functionObjects/field/particleDistribution/particleDistribution.C 1 addition, 1 deletion...Objects/field/particleDistribution/particleDistribution.C
- src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C 9 additions, 9 deletionssrc/meshTools/triSurface/triSurfaceTools/triSurfaceTools.C
- src/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H 10 additions, 9 deletionssrc/meshTools/triSurface/triSurfaceTools/triSurfaceTools.H
Please register or sign in to comment