mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: use double for VTK legacy output (issue #891)
- some paraview versions (eg, on windows) don't support float, only double. This mostly affected the vtkSurfaceWriter. The foamToVTK is also affected, but since it also supports the XML output formats (vtp, vtu) these can be used instead.
This commit is contained in:
@ -15,6 +15,7 @@ debug
|
||||
sampleScheme cellPoint;
|
||||
interpolationScheme cellPoint;
|
||||
surfaceFormat ensight;
|
||||
// surfaceFormat vtk;
|
||||
|
||||
formatOptions
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user