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.
Showing
- applications/utilities/mesh/manipulation/objToVTK/objToVTK.C 13 additions, 11 deletionsapplications/utilities/mesh/manipulation/objToVTK/objToVTK.C
- src/fileFormats/sampledSetWriters/vtk/vtkSetWriter.C 10 additions, 8 deletionssrc/fileFormats/sampledSetWriters/vtk/vtkSetWriter.C
- src/meshTools/edgeMesh/edgeMeshFormats/vtk/VTKedgeFormat.C 6 additions, 8 deletionssrc/meshTools/edgeMesh/edgeMeshFormats/vtk/VTKedgeFormat.C
- src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriter.C 6 additions, 6 deletionssrc/sampling/sampledSurface/writers/vtk/vtkSurfaceWriter.C
- src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriter.H 6 additions, 1 deletionsrc/sampling/sampledSurface/writers/vtk/vtkSurfaceWriter.H
- src/sampling/sampledSurface/writers/vtk/vtkSurfaceWriterTemplates.C 7 additions, 3 deletions...ng/sampledSurface/writers/vtk/vtkSurfaceWriterTemplates.C
- tutorials/compressible/rhoSimpleFoam/squareBend/system/samplingDebug 1 addition, 0 deletions...ompressible/rhoSimpleFoam/squareBend/system/samplingDebug
Please register or sign in to comment