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.
|
||||
|
||||
Reference in New Issue
Block a user