Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
dccfa217
Commit
dccfa217
authored
Apr 07, 2011
by
mattijs
Browse files
STYLE: primitiveMesh.H: removed extraneous includes
parent
d47133ae
Changes
14
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/polyMesh/polyMesh.C
View file @
dccfa217
...
...
@@ -36,6 +36,7 @@ License
#include
"polyMeshTetDecomposition.H"
#include
"indexedOctree.H"
#include
"treeDataCell.H"
#include
"SubField.H"
#include
"pointMesh.H"
...
...
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C
View file @
dccfa217
...
...
@@ -35,6 +35,7 @@ License
#include
"Time.H"
#include
"diagTensor.H"
#include
"transformField.H"
#include
"SubField.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
...
...
src/OpenFOAM/meshes/polyMesh/syncTools/syncToolsTemplates.C
View file @
dccfa217
...
...
@@ -31,6 +31,7 @@ License
#include
"contiguous.H"
#include
"transform.H"
#include
"transformList.H"
#include
"SubField.H"
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
...
...
src/OpenFOAM/meshes/primitiveMesh/primitiveMesh.H
View file @
dccfa217
...
...
@@ -56,8 +56,6 @@ SourceFiles
#include
"DynamicList.H"
#include
"edgeList.H"
#include
"pointField.H"
#include
"SubField.H"
#include
"SubList.H"
#include
"faceList.H"
#include
"cellList.H"
#include
"cellShapeList.H"
...
...
@@ -65,8 +63,6 @@ SourceFiles
#include
"boolList.H"
#include
"HashSet.H"
#include
"Map.H"
#include
"EdgeMap.H"
#include
"boundBox.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshCheck.C
View file @
dccfa217
...
...
@@ -29,7 +29,7 @@ License
#include
"ListOps.H"
#include
"unitConversion.H"
#include
"SortableList.H"
#include
"EdgeMap.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
...
...
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshClear.C
View file @
dccfa217
...
...
@@ -25,7 +25,8 @@ License
#include
"primitiveMesh.H"
#include
"demandDrivenData.H"
#include
"indexedOctree.H"
#include
"treeDataCell.H"
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
...
...
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshFindCell.C
View file @
dccfa217
...
...
@@ -25,6 +25,7 @@ License
#include
"primitiveMesh.H"
#include
"cell.H"
#include
"boundBox.H"
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
...
...
src/meshTools/cellDist/patchWave/patchWave.C
View file @
dccfa217
...
...
@@ -27,6 +27,7 @@ License
#include
"polyMesh.H"
#include
"wallPoint.H"
#include
"globalMeshData.H"
#include
"SubField.H"
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
...
...
src/meshTools/cellQuality/cellQuality.C
View file @
dccfa217
...
...
@@ -26,6 +26,7 @@ License
#include
"cellQuality.H"
#include
"unitConversion.H"
#include
"SubField.H"
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C
View file @
dccfa217
...
...
@@ -36,6 +36,7 @@ License
#include
"polyPatch.H"
#include
"Time.H"
#include
"mapDistribute.H"
#include
"SubField.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
src/meshTools/twoDPointCorrector/twoDPointCorrector.C
View file @
dccfa217
...
...
@@ -27,6 +27,7 @@ License
#include
"polyMesh.H"
#include
"wedgePolyPatch.H"
#include
"emptyPolyPatch.H"
#include
"SubField.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
src/parallel/decompose/decompositionMethods/simpleGeomDecomp/simpleGeomDecomp.C
View file @
dccfa217
...
...
@@ -27,6 +27,7 @@ License
#include
"addToRunTimeSelectionTable.H"
#include
"SortableList.H"
#include
"globalIndex.H"
#include
"SubField.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
...
...
src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C
View file @
dccfa217
...
...
@@ -117,6 +117,7 @@ License
#include
"Time.H"
#include
"OFstream.H"
#include
"globalIndex.H"
#include
"SubField.H"
extern
"C"
{
...
...
src/parallel/decompose/scotchDecomp/scotchDecomp.C
View file @
dccfa217
...
...
@@ -110,6 +110,7 @@ License
#include
"Time.H"
#include
"OFstream.H"
#include
"globalIndex.H"
#include
"SubField.H"
extern
"C"
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment