Updated the writePatchField function.

This commit is contained in:
henry
2008-09-10 16:52:14 +01:00
parent e90439f20f
commit 7b4e30d80a
2 changed files with 5 additions and 9 deletions

View File

@ -405,9 +405,9 @@ void writePatchField
{
const Time& runTime = eMesh.mesh().time();
const List<faceSets>& boundaryFaceSets = eMesh.boundaryFaceSets;
const HashTable<labelList>& allPatchNames = eMesh.allPatchNames;
const HashTable<label>& patchIndices = eMesh.patchIndices;
const List<faceSets>& boundaryFaceSets = eMesh.boundaryFaceSets();
const HashTable<labelList>& allPatchNames = eMesh.allPatchNames();
const HashTable<label>& patchIndices = eMesh.patchIndices();
const HashTable<ensightMesh::nFacePrimitives>&
nPatchPrims = eMesh.nPatchPrims();

View File

@ -88,9 +88,6 @@ class ensightMesh
List<faceSets> boundaryFaceSets_;
HashTable<labelList> allPatchNames_;
HashTable<label> patchIndices_;
@ -246,9 +243,8 @@ public:
ensightMesh(const fvMesh&, const argList& args, const bool binary);
// Destructor
~ensightMesh();
//- Destructor
~ensightMesh();
// Member Functions