Universal code base Paraview clean-up

This commit is contained in:
Hrvoje Jasak 2015-08-06 18:57:50 +01:00 committed by Dominik Christ
parent 00b1d45423
commit c86a07ab0f
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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"

View file

@ -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"

View file

@ -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