STYLE: use edgeHashes include

STYLE: use initial hash size 128 instead of 100 in a few places
This commit is contained in:
Mark Olesen
2018-08-08 23:54:27 +02:00
parent dd9ecd4988
commit ca5d91239d
27 changed files with 32 additions and 32 deletions

View File

@ -35,7 +35,7 @@ SourceFiles
#ifndef patchToPoly2DMesh_H
#define patchToPoly2DMesh_H
#include "EdgeMap.H"
#include "edgeHashes.H"
#include "MeshedSurface.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -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"