MantisBT - VTK
View Issue Details
0012683VTK(No Category)public2011-10-28 04:432013-12-16 12:53
Dan Clark 
Robert Maynard 
normalminorhave not tried
closedfixed 
5.8.0 
6.1.0 
TBD
crash
0012683: vtkFLUENTReader - Array index wrong
Within the function vtkFLUENTReader::GetCellsAscii() on line

"pdatastream >> this->Cells->value[i].type;"

I think the should read

"pdatastream >> this->Cells->value[i-1].type;"

No tags attached.
Issue History
2011-10-28 04:43Dan ClarkNew Issue
2011-10-28 08:22Utkarsh AyachitAssigned To => Robert Maynard
2011-10-28 08:22Utkarsh AyachitStatusbacklog => tabled
2013-07-22 20:03Dave DeMarleStatustabled => backlog
2013-07-22 20:03Dave DeMarleNote Added: 0031265
2013-07-23 09:16guestNote Added: 0031314
2013-07-23 09:16guestStatusbacklog => todo
2013-07-23 09:16guestStatustodo => active development
2013-07-23 09:20Robert MaynardNote Added: 0031315
2013-12-16 12:53Dave DeMarleStatusactive development => closed
2013-12-16 12:53Dave DeMarleResolutionopen => fixed
2013-12-16 12:53Dave DeMarleFixed in Version => 6.1.0

Notes
(0031265)
Dave DeMarle   
2013-07-22 20:03   
moving all "tabled" bugs into "backlog" category since "tabled" is no longer used.
(0031314)
guest   
2013-07-23 09:16   
This is a bug that I will fix.
(0031315)
Robert Maynard   
2013-07-23 09:20   
http://review.source.kitware.com/#/t/3033/ [^]