MantisBT - VTK
View Issue Details
0011956VTK(No Category)public2011-03-10 05:412013-04-05 20:31
Andreas Buykx 
Leo Liu 
normalminoralways
closedfixed 
 
 
0011956: vtkCellTypes::GetTypeIdFromClassName fails to return the proper type ID for all BiQuadratic cell types
The list of cell type names (vtkCellTypesStrings) that is used for mapping class names to cell type ids spells the bi-quadratic cell type names differently from their corresponding class name: vtkBiQuadraticQuad is spelled vtkBiquadraticQuad.
Code inspection in vtkCellTypes.cxx shows this. The function is not called from any test.
No tags attached.
Issue History
2011-03-10 05:41Andreas BuykxNew Issue
2011-06-16 13:12Zack GalbreathCategoryDevelopment => (No Category)
2012-01-17 09:27Utkarsh AyachitAssigned To => Leo Liu
2012-01-17 09:27Utkarsh AyachitStatusbacklog => tabled
2012-01-19 14:41Leo LiuNote Added: 0027950
2012-01-19 14:41Leo LiuStatustabled => customer review
2012-01-19 14:41Leo LiuResolutionopen => fixed
2013-04-05 20:31Berk GeveciStatuscustomer review => closed

Notes
(0027950)
Leo Liu   
2012-01-19 14:41   
Fixed now. Also fixed a few other similar instances of *Quadratic* misspelled as *quadratic*.