From 8a0630aa62e19e238b7e2dd5d84ce03d49bdd23f Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Tue, 18 Oct 2011 11:49:47 +0200 Subject: [PATCH] Remove debug --- itk/clitkMeshToBinaryImageFilter.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itk/clitkMeshToBinaryImageFilter.txx b/itk/clitkMeshToBinaryImageFilter.txx index 7725258..be482f5 100644 --- a/itk/clitkMeshToBinaryImageFilter.txx +++ b/itk/clitkMeshToBinaryImageFilter.txx @@ -134,7 +134,7 @@ GenerateData() m_Exporter->SetInput( stencil->GetOutput() ); m_Importer->Update(); - writeImage(m_Importer->GetOutput(), "f.mhd"); + // writeImage(m_Importer->GetOutput(), "f.mhd"); this->SetNthOutput(0, m_Importer->GetOutput()); -- 2.45.1