]> Creatis software - clitk.git/blobdiff - common/clitkImageToImageGenericFilter.cxx
minor fixes
[clitk.git] / common / clitkImageToImageGenericFilter.cxx
index 4b702f46646ef8bc62b157db9c6ad6457d2b8094..8561f696dc8821819d1bf51ae43e551efdf48ba0 100644 (file)
@@ -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
 //     }
 //   else
 //     assert(false); //No input image, shouldn't happen
-  
+
 //   if (mIOVerbose) {
 //     std::cout << "Input is " << mDim << "D " << mPixelTypeName << "." << std::endl;
 //   }
 
 // //--------------------------------------------------------------------
 // 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();