Skip to content
Snippets Groups Projects
Commit ab3e753f authored by Will Schroeder's avatar Will Schroeder
Browse files

Removed leftover performance testing code

parent f433a4bf
No related branches found
No related tags found
No related merge requests found
......@@ -199,8 +199,7 @@ int vtkElevationFilter::RequestData(vtkInformation*,
// Create a fast path for point set input
//
vtkPointSet *ps = vtkPointSet::SafeDownCast(input);
// if ( ps )
if ( 0 )
if ( ps )
{
float *scalars =
static_cast<float*>(newScalars->GetVoidPointer(0));
......
......@@ -155,8 +155,7 @@ int vtkSimpleElevationFilter::RequestData(
// Create a fast path for point set input
//
vtkPointSet *ps = vtkPointSet::SafeDownCast(input);
// if ( ps )
if ( 0 )
if ( ps )
{
float *scalars =
static_cast<float*>(newScalars->GetVoidPointer(0));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment