vtkSetWriter: Support binary output
Resolves bug report https://bugs.openfoam.org/view.php?id=3763
This commit is contained in:
@ -79,7 +79,7 @@ void Foam::vtkSetWriter::write
|
||||
(
|
||||
outputDir/setName + ".vtk",
|
||||
setName,
|
||||
false,
|
||||
writeFormat_ == IOstream::BINARY,
|
||||
set.pointCoords()(),
|
||||
set.vertices(),
|
||||
set.lines(),
|
||||
|
||||
Reference in New Issue
Block a user