mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Use edgeHashes.H and labelPairHashes.H
- avoids some duplicate code.
This commit is contained in:
@ -63,9 +63,6 @@ class searchableSurfaces
|
||||
//- Region names per surface
|
||||
List<wordList> regionNames_;
|
||||
|
||||
////- From global region name to surface and region on surface
|
||||
//HashTable<labelPair> regionNames_;
|
||||
|
||||
//- Indices of all surfaces. Precalculated and stored.
|
||||
labelList allSurfaces_;
|
||||
|
||||
|
||||
@ -26,7 +26,6 @@ License
|
||||
#include "edgeIntersections.H"
|
||||
#include "triSurfaceSearch.H"
|
||||
#include "OFstream.H"
|
||||
#include "HashSet.H"
|
||||
#include "triSurface.H"
|
||||
#include "pointIndexHit.H"
|
||||
#include "treeDataTriSurface.H"
|
||||
|
||||
@ -26,7 +26,7 @@ License
|
||||
#include "surfaceIntersection.H"
|
||||
#include "triSurfaceSearch.H"
|
||||
#include "OFstream.H"
|
||||
#include "HashSet.H"
|
||||
#include "labelPairHashes.H"
|
||||
#include "triSurface.H"
|
||||
#include "pointIndexHit.H"
|
||||
#include "mergePoints.H"
|
||||
|
||||
Reference in New Issue
Block a user