mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use edgeHashes include
STYLE: use initial hash size 128 instead of 100 in a few places
This commit is contained in:
@ -35,7 +35,7 @@ SourceFiles
|
||||
#ifndef patchToPoly2DMesh_H
|
||||
#define patchToPoly2DMesh_H
|
||||
|
||||
#include "EdgeMap.H"
|
||||
#include "edgeHashes.H"
|
||||
#include "MeshedSurface.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -123,7 +123,7 @@ SourceFiles
|
||||
#include "dictionary.H"
|
||||
#include "Switch.H"
|
||||
#include "bitSet.H"
|
||||
#include "EdgeMap.H"
|
||||
#include "edgeHashes.H"
|
||||
#include "cv2DControls.H"
|
||||
#include "tolerances.H"
|
||||
#include "meshTools.H"
|
||||
|
||||
Reference in New Issue
Block a user