mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: eliminate duplicate includes (issue #293)
This commit is contained in:
@ -36,7 +36,6 @@ Description
|
||||
#include "meshTools.H"
|
||||
#include "Time.H"
|
||||
#include "OFstream.H"
|
||||
#include "volFields.H"
|
||||
#include "mappedPolyPatch.H"
|
||||
#include "mappedFixedValueFvPatchFields.H"
|
||||
|
||||
|
||||
@ -35,7 +35,7 @@ Usage
|
||||
|
||||
Options:
|
||||
|
||||
- \param -ascii
|
||||
- \par -ascii
|
||||
Write in ASCII format instead of binary
|
||||
|
||||
- \par -check
|
||||
|
||||
@ -49,7 +49,6 @@ Description
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "argList.H"
|
||||
#include "polyMesh.H"
|
||||
#include "Time.H"
|
||||
#include "polyMesh.H"
|
||||
#include "IFstream.H"
|
||||
|
||||
@ -32,7 +32,6 @@ License
|
||||
#include "polyMeshFilter.H"
|
||||
#include "polyTopoChange.H"
|
||||
#include "PrintTable.H"
|
||||
#include "pointMesh.H"
|
||||
#include "indexedVertexOps.H"
|
||||
#include "DelaunayMeshTools.H"
|
||||
#include "syncTools.H"
|
||||
|
||||
@ -14,7 +14,6 @@
|
||||
#include "vtkSurfaceWriter.H"
|
||||
#include "writer.H"
|
||||
|
||||
#include "checkTools.H"
|
||||
#include "cyclicAMIPolyPatch.H"
|
||||
#include "Time.H"
|
||||
|
||||
|
||||
@ -76,7 +76,6 @@ Usage
|
||||
#include "loadOrCreateMesh.H"
|
||||
#include "processorFvPatchField.H"
|
||||
#include "zeroGradientFvPatchFields.H"
|
||||
#include "decompositionModel.H"
|
||||
#include "topoSet.H"
|
||||
|
||||
#include "parFvFieldReconstructor.H"
|
||||
|
||||
@ -51,10 +51,6 @@ Usage
|
||||
- \par -noLagrangian
|
||||
Suppress writing lagrangian positions and fields.
|
||||
|
||||
- \par -index \<start\>
|
||||
Ignore the time index contained in the time file and use a
|
||||
simple indexing when creating the \c Ensight/data/######## files.
|
||||
|
||||
- \par -noMesh
|
||||
Suppress writing the geometry. Can be useful for converting partial
|
||||
results for a static geometry.
|
||||
|
||||
@ -39,8 +39,6 @@ License
|
||||
#define EVENT_SIZE ( sizeof (struct inotify_event) )
|
||||
#define EVENT_LEN (EVENT_SIZE + 16)
|
||||
#define EVENT_BUF_LEN ( 1024 * EVENT_LEN )
|
||||
#else
|
||||
#include "OSspecific.H"
|
||||
#endif
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
@ -29,7 +29,6 @@ License
|
||||
#include "dictionary.H"
|
||||
#include "JobInfo.H"
|
||||
#include "Pstream.H"
|
||||
#include "JobInfo.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -26,7 +26,6 @@ License
|
||||
#include "pyrMatcher.H"
|
||||
#include "cellMatcher.H"
|
||||
#include "primitiveMesh.H"
|
||||
#include "primitiveMesh.H"
|
||||
#include "cellModeller.H"
|
||||
#include "ListOps.H"
|
||||
|
||||
|
||||
@ -26,7 +26,6 @@ License
|
||||
#include "tetMatcher.H"
|
||||
#include "cellMatcher.H"
|
||||
#include "primitiveMesh.H"
|
||||
#include "primitiveMesh.H"
|
||||
#include "cellModeller.H"
|
||||
#include "ListOps.H"
|
||||
|
||||
|
||||
@ -26,7 +26,6 @@ License
|
||||
#include "tetWedgeMatcher.H"
|
||||
#include "cellMatcher.H"
|
||||
#include "primitiveMesh.H"
|
||||
#include "primitiveMesh.H"
|
||||
#include "cellModeller.H"
|
||||
#include "ListOps.H"
|
||||
|
||||
|
||||
@ -27,7 +27,6 @@ License
|
||||
#include "polyMesh.H"
|
||||
#include "primitiveMesh.H"
|
||||
#include "processorPolyPatch.H"
|
||||
#include "stringListOps.H"
|
||||
#include "PstreamBuffers.H"
|
||||
#include "lduSchedule.H"
|
||||
#include "globalMeshData.H"
|
||||
|
||||
@ -27,7 +27,6 @@ License
|
||||
#include "syncTools.H"
|
||||
#include "pyramidPointFaceRef.H"
|
||||
#include "primitiveMeshTools.H"
|
||||
#include "polyMeshTools.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -28,7 +28,6 @@ License
|
||||
#include "emptyPolyPatch.H"
|
||||
#include "symmetryPolyPatch.H"
|
||||
#include "wallPolyPatch.H"
|
||||
#include "SortableList.H"
|
||||
#include "IFstream.H"
|
||||
#include "OFstream.H"
|
||||
#include "IOdictionary.H"
|
||||
|
||||
@ -26,7 +26,6 @@ License
|
||||
#include "fvMesh.H"
|
||||
#include "fvMeshAdder.H"
|
||||
#include "faceCoupleInfo.H"
|
||||
#include "fvMesh.H"
|
||||
|
||||
/* * * * * * * * * * * * * * * Static Member Data * * * * * * * * * * * * * */
|
||||
|
||||
|
||||
@ -26,7 +26,6 @@ License
|
||||
#include "fvMeshTools.H"
|
||||
#include "processorCyclicPolyPatch.H"
|
||||
#include "polyBoundaryMeshEntries.H"
|
||||
#include "fvMeshTools.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -64,7 +64,6 @@ SourceFiles
|
||||
#include "boundBox.H"
|
||||
#include "Enum.H"
|
||||
#include "HashPtrTable.H"
|
||||
#include "vector.H"
|
||||
|
||||
// VTK includes
|
||||
#include "vtkSmartPointer.h"
|
||||
|
||||
@ -36,7 +36,6 @@ SourceFiles
|
||||
#ifndef cellDistFuncs_H
|
||||
#define cellDistFuncs_H
|
||||
|
||||
#include "scalarField.H"
|
||||
#include "HashSet.H"
|
||||
#include "Map.H"
|
||||
#include "wordReList.H"
|
||||
|
||||
@ -29,7 +29,6 @@ License
|
||||
#include "processorPolyPatch.H"
|
||||
#include "globalIndex.H"
|
||||
#include "syncTools.H"
|
||||
#include "FaceCellWave.H"
|
||||
#include "minData.H"
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
@ -41,7 +41,6 @@ SourceFiles
|
||||
#include "IOdictionary.H"
|
||||
#include "autoPtr.H"
|
||||
#include "basicThermo.H"
|
||||
#include "autoPtr.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
Reference in New Issue
Block a user