Universal code base Paraview clean-up
This commit is contained in:
parent
00b1d45423
commit
c86a07ab0f
4 changed files with 4 additions and 4 deletions
|
@ -67,7 +67,7 @@ SourceFiles
|
||||||
#include "stringList.H"
|
#include "stringList.H"
|
||||||
#include "wordList.H"
|
#include "wordList.H"
|
||||||
#include "primitivePatch.H"
|
#include "primitivePatch.H"
|
||||||
#include "PrimitivePatchInterpolation.H"
|
#include "PrimitivePatchInterpolationTemplate.H"
|
||||||
#include "volPointInterpolation.H"
|
#include "volPointInterpolation.H"
|
||||||
|
|
||||||
#undef VTKPV4FOAM_DUALPORT
|
#undef VTKPV4FOAM_DUALPORT
|
||||||
|
|
|
@ -29,7 +29,7 @@ InClass
|
||||||
#ifndef vtkPV4FoamLagrangianFields_H
|
#ifndef vtkPV4FoamLagrangianFields_H
|
||||||
#define vtkPV4FoamLagrangianFields_H
|
#define vtkPV4FoamLagrangianFields_H
|
||||||
|
|
||||||
#include "Cloud.H"
|
#include "CloudTemplate.H"
|
||||||
|
|
||||||
#include "vtkFoamTupleRemap.H"
|
#include "vtkFoamTupleRemap.H"
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ Description
|
||||||
#include "vtkPV4Foam.H"
|
#include "vtkPV4Foam.H"
|
||||||
|
|
||||||
// Foam includes
|
// Foam includes
|
||||||
#include "Cloud.H"
|
#include "CloudTemplate.H"
|
||||||
#include "fvMesh.H"
|
#include "fvMesh.H"
|
||||||
#include "IOobjectList.H"
|
#include "IOobjectList.H"
|
||||||
#include "passiveParticle.H"
|
#include "passiveParticle.H"
|
||||||
|
|
|
@ -33,7 +33,7 @@ License
|
||||||
#include "IOPtrList.H"
|
#include "IOPtrList.H"
|
||||||
#include "polyBoundaryMeshEntries.H"
|
#include "polyBoundaryMeshEntries.H"
|
||||||
#include "entry.H"
|
#include "entry.H"
|
||||||
#include "Cloud.H"
|
#include "CloudTemplate.H"
|
||||||
#include "vtkPV4FoamReader.h"
|
#include "vtkPV4FoamReader.h"
|
||||||
|
|
||||||
// local headers
|
// local headers
|
||||||
|
|
Reference in a new issue