[Paraview-developers] MeshQaulity

Ken Martin ken.martin at kitware.com
Sat Jan 8 10:24:50 EST 2005


Could someone take a look at vtkMeshQuality.cxx? There is a warning on the VTK dashboard about an unused variable delta at line 1254. This is followed by some suspicious code around line 1298.

  alpha = alpha < gamma   ? alpha : gamma;
  alpha = alpha < gamma   ? alpha : gamma;
 
My guess is that delta is being computed and should be used in the second line instead of gamma. 

Thanks
Ken
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/mailman/private/paraview-developers/attachments/20050108/6439eb47/attachment.htm


More information about the Paraview-developers mailing list