From 9f4bc51a5108fce48c91cb796bb71beaf386a97f Mon Sep 17 00:00:00 2001 From: henry Date: Wed, 2 Dec 2009 15:13:49 +0000 Subject: [PATCH] General clean-up. --- .../zones/faceZoneIntegration/faceZonesIntegration.C | 3 +-- .../zones/faceZoneIntegration/faceZonesIntegration.H | 15 ++++++--------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/src/postProcessing/functionObjects/zones/faceZoneIntegration/faceZonesIntegration.C b/src/postProcessing/functionObjects/zones/faceZoneIntegration/faceZonesIntegration.C index e0489208..33e1a286 100644 --- a/src/postProcessing/functionObjects/zones/faceZoneIntegration/faceZonesIntegration.C +++ b/src/postProcessing/functionObjects/zones/faceZoneIntegration/faceZonesIntegration.C @@ -25,11 +25,10 @@ License \*---------------------------------------------------------------------------*/ #include "faceZonesIntegration.H" -#include "volFields.H" +#include "surfaceFields.H" #include "dictionary.H" #include "Time.H" #include "IOmanip.H" -#include "ListListOps.H" #include "processorPolyPatch.H" #include "cyclicPolyPatch.H" diff --git a/src/postProcessing/functionObjects/zones/faceZoneIntegration/faceZonesIntegration.H b/src/postProcessing/functionObjects/zones/faceZoneIntegration/faceZonesIntegration.H index 87659ac3..77aaf91f 100644 --- a/src/postProcessing/functionObjects/zones/faceZoneIntegration/faceZonesIntegration.H +++ b/src/postProcessing/functionObjects/zones/faceZoneIntegration/faceZonesIntegration.H @@ -37,14 +37,12 @@ SourceFiles #ifndef faceZonesIntegration_H #define faceZonesIntegration_H -#include "fvCFD.H" -#include "primitiveFieldsFwd.H" -#include "volFieldsFwd.H" +#include "faceZone.H" #include "HashPtrTable.H" #include "OFstream.H" #include "Switch.H" +#include "surfaceFieldsFwd.H" #include "pointFieldFwd.H" -#include "polyMesh.H" // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // @@ -57,7 +55,7 @@ class dictionary; class mapPolyMesh; /*---------------------------------------------------------------------------*\ - Class faceZonesIntegration Declaration + Class faceZonesIntegration Declaration \*---------------------------------------------------------------------------*/ class faceZonesIntegration @@ -68,7 +66,7 @@ protected: // Private data //- Name of this set of face zone integration, - // Also used as the name of the probes directory. + // Also used as the name of the results directory. word name_; const objectRegistry& obr_; @@ -134,9 +132,8 @@ public: ); - // Destructor - - virtual ~faceZonesIntegration(); + //- Destructor + virtual ~faceZonesIntegration(); // Member Functions -- 2.11.4.GIT