Skip to content

Commit

Permalink
Removed some commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Quammen committed Jul 27, 2012
1 parent 5ac4dc4 commit 7a18f8b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions TestPartialVolumeModeller.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ class vtkProgressCommand : public vtkCommand
double progress = *(static_cast<double*>(callData));
fprintf(stderr, "\rFilter progress: %5.1f\n", 100.0 * progress);
std::cerr.flush();
vtkPartialVolumeModeller * modeller = dynamic_cast<vtkPartialVolumeModeller*>( caller );
if ( modeller )
{
//std::cout << "Progress: " << 100.0 * modeller->GetProgress() << std::endl;
}
}
};

Expand Down

0 comments on commit 7a18f8b

Please sign in to comment.