vtkUnstructuredReader: corrected prism point ordering

Patch contributed by Mattijs Janssens
Resolves bug-report http://bugs.openfoam.org/view.php?id=1885
This commit is contained in:
Henry Weller
2016-07-01 14:45:18 +01:00
parent a623ab42a3
commit 139faa3cf0
2 changed files with 8 additions and 7 deletions

View File

@ -196,6 +196,7 @@ private:
labelHashSet& warningGiven
) const;
//- Split cellTypes into cells, faces and lines
void extractCells
(
Istream& inFile,
@ -203,6 +204,7 @@ private:
const labelList& cellVertData
);
//- Read single field and stores it on the objectRegistry.
void readField
(
ISstream& inFile,
@ -212,6 +214,8 @@ private:
const label size
) const;
//- Reads fields, stores them on the objectRegistry. Returns a list of
// read fields
wordList readFieldArray
(
ISstream& inFile,