Skip to content
Snippets Groups Projects
Commit 5ca28483 authored by Bill Lorensen's avatar Bill Lorensen
Browse files

ENH: Fix warnings

Former-commit-id: 52e0c16d
parent 90042874
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ int main( int argc, char *argv[] )
return EXIT_FAILURE;
}
double range[2];
double maxVelocity, maxTime;
double maxVelocity = 0.0, maxTime = 0.0;
vtkSmartPointer<vtkNamedColors> colors =
vtkSmartPointer<vtkNamedColors>::New();
......
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