From 9bf8873bc5952260af7b4db417d34c59aa9f8a0b Mon Sep 17 00:00:00 2001 From: tbaudier Date: Mon, 7 Dec 2015 13:27:31 +0100 Subject: [PATCH] Remove cout --- vv/vvSlicerManager.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/vv/vvSlicerManager.cxx b/vv/vvSlicerManager.cxx index f1ffcb7..cc99762 100644 --- a/vv/vvSlicerManager.cxx +++ b/vv/vvSlicerManager.cxx @@ -1684,7 +1684,6 @@ void vvSlicerManager::AddLandmark(float x,float y,float z,float t) double x_index = (x - mSlicers[0]->GetInput()->GetOrigin()[0])/mSlicers[0]->GetInput()->GetSpacing()[0]; double y_index = (y - mSlicers[0]->GetInput()->GetOrigin()[1])/mSlicers[0]->GetInput()->GetSpacing()[1]; double z_index = (z - mSlicers[0]->GetInput()->GetOrigin()[2])/mSlicers[0]->GetInput()->GetSpacing()[2]; - cout << x_index << " " << y_index << " " << z_index << endl; #if VTK_MAJOR_VERSION <= 5 if (x_index >= mSlicers[0]->GetInput()->GetWholeExtent()[0]-0.5 && x_index <= mSlicers[0]->GetInput()->GetWholeExtent()[1]+0.5 && -- 2.47.1