[Paraview] ERROR with 3.3.0
Shigenobu Hirose
shirose at jamstec.go.jp
Thu Jun 26 00:38:20 EDT 2008
Hi all,
When I read a legacy VTK file like
# vtk DataFile Version 2.0
TEST DATA
BINARY
DATASET RECTILINEAR_GRID
DIMENSIONS 49 97 897
X_COORDINATES 49 FLOAT
...(x-coordinate binary data)...
Y_COORDINATES 97 FLOAT
...(y-coordinate binary data)...
Z_COORDINATES 897 FLOAT
...(z-coordinate binary data)...
CELL_DATA 4128768
SCALARS dens FLOAT
LOOKUP_TABLE default
...(scalar binary data)...
SCALARS erad FLOAT
LOOKUP_TABLE default
...(scalar binary data)...
...
with paraview-3.3.0 and try to display "Surface", I get an error message like
ERROR: In /Users/shirose/src/ParaView3/VTK/Filtering/vtkDataSet.cxx, line 439
vtkPolyData (0x21786c10): Cell array dens with 1 components, has only
0 tuples but there are 384 cells
Then when I try to display scalar data "dens" rather than solid color,
paraview fails suddenly.
But, the VTK file can be read by paraview-3.2.1 with no error message
and works fine.
Does anyone have any idea on this error?
Thank you.
Shigenobu
More information about the ParaView
mailing list