mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user