X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkImageToImageGenericFilter.cxx;h=8561f696dc8821819d1bf51ae43e551efdf48ba0;hb=e008d74b0ecdc4ca2eaae8c429901a78f9ef5c31;hp=4b702f46646ef8bc62b157db9c6ad6457d2b8094;hpb=0b7c9b1e1215634b02cbd38d4e4ba101d6111ba8;p=clitk.git diff --git a/common/clitkImageToImageGenericFilter.cxx b/common/clitkImageToImageGenericFilter.cxx index 4b702f4..8561f69 100644 --- a/common/clitkImageToImageGenericFilter.cxx +++ b/common/clitkImageToImageGenericFilter.cxx @@ -1,7 +1,7 @@ /*========================================================================= Program: vv http://www.creatis.insa-lyon.fr/rio/vv - Authors belong to: + Authors belong to: - University of LYON http://www.universite-lyon.fr/ - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr @@ -102,7 +102,7 @@ // } // else // assert(false); //No input image, shouldn't happen - + // if (mIOVerbose) { // std::cout << "Input is " << mDim << "D " << mPixelTypeName << "." << std::endl; // } @@ -162,8 +162,8 @@ // //-------------------------------------------------------------------- // void clitk::ImageToImageGenericFilterBase::ImageTypeError() { -// std::cerr << "**Error** The filter <" << mFilterName << "> is not available for " -// << mDim << "D images with pixel=" +// std::cerr << "**Error** The filter <" << mFilterName << "> is not available for " +// << mDim << "D images with pixel=" // << mPixelTypeName << " and " // << mNbOfComponents << " component." << std::endl; // std::cerr << GetAvailableImageTypes();