mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove unneeded includes from iso-surface
This commit is contained in:
@ -24,21 +24,11 @@ License
|
|||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include "isoSurface.H"
|
#include "isoSurface.H"
|
||||||
#include "fvMesh.H"
|
|
||||||
#include "mergePoints.H"
|
#include "mergePoints.H"
|
||||||
#include "addToRunTimeSelectionTable.H"
|
|
||||||
#include "slicedVolFields.H"
|
#include "slicedVolFields.H"
|
||||||
#include "volFields.H"
|
#include "volFields.H"
|
||||||
#include "surfaceFields.H"
|
|
||||||
#include "OFstream.H"
|
|
||||||
#include "meshTools.H"
|
|
||||||
#include "triSurfaceSearch.H"
|
|
||||||
#include "triSurfaceTools.H"
|
#include "triSurfaceTools.H"
|
||||||
#include "surfaceIntersection.H"
|
|
||||||
#include "intersectedSurface.H"
|
|
||||||
#include "searchableBox.H"
|
|
||||||
#include "triSurface.H"
|
#include "triSurface.H"
|
||||||
#include "triSurfaceMesh.H"
|
|
||||||
#include "triPoints.H"
|
#include "triPoints.H"
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||||
|
|||||||
Reference in New Issue
Block a user