[vtk-developers] [VTK 0012683]: vtkFLUENTReader - Array index wrong

Mantis Bug Tracker mantis at public.kitware.com
Fri Oct 28 04:43:17 EDT 2011


The following issue has been SUBMITTED. 
====================================================================== 
http://paraview.org/Bug/view.php?id=12683 
====================================================================== 
Reported By:                Dan Clark
Assigned To:                
====================================================================== 
Project:                    VTK
Issue ID:                   12683
Category:                   (No Category)
Reproducibility:            have not tried
Severity:                   minor
Priority:                   normal
Status:                     backlog
Project:                    TBD 
Type:                       crash 
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             2011-10-28 09:43 BST
Last Modified:              2011-10-28 09:43 BST
====================================================================== 
Summary:                    vtkFLUENTReader - Array index wrong
Description: 
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;"


====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-10-28 09:43 Dan Clark      New Issue                                    
======================================================================




More information about the vtk-developers mailing list