MantisBT - ParaView
View Issue Details
0005219ParaView(No Category)public2007-06-20 11:502007-08-14 09:40
Clinton Stimpson 
Clinton Stimpson 
lowminoralways
closedfixed 
 
 
0005219: Xdmf writer doesn't handle vtkIdType
I get errors when opening an exodus file, then writing as Xdmf because the Xdmf writer doesn't handle vtkIdType's and spits out errors/warnings. It was a simple 3 line fix with the old code.

Just a note to make it work after the Xdmf upgrade.
No tags attached.
Issue History
2007-08-08 12:06Clinton StimpsonAssigned ToBerk Geveci => Clinton Stimpson
2007-08-08 12:07Clinton StimpsonStatustabled => @80@
2007-08-08 12:07Clinton StimpsonResolutionopen => fixed
2007-08-08 12:07Clinton StimpsonNote Added: 0008374
2007-08-14 09:40Ken MorelandStatus@80@ => closed
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0008374)
Clinton Stimpson   
2007-08-08 12:07   
Fixed in Xdmf2/vtk/vtkXdmfWriter.cxx revision 1.2
Test by reading exodus file, and saving as Xdmf. No more errors about vtkIdType.