]> Creatis software - clitk.git/blobdiff - registration/clitkOptNormalizedCorrelationImageToImageMetric.txx
Remove throw to avoid warnings with c++11
[clitk.git] / registration / clitkOptNormalizedCorrelationImageToImageMetric.txx
index 146fb0050198de6dc12f58e489011f5ae8b00696..b5d28ccbac36e52b5c5ddd3a0d231320ba375abe 100644 (file)
@@ -117,7 +117,7 @@ NormalizedCorrelationImageToImageMetric<TFixedImage,TMovingImage>
 template <class TFixedImage, class TMovingImage>
 void
 NormalizedCorrelationImageToImageMetric<TFixedImage,TMovingImage>
-::Initialize(void) throw ( itk::ExceptionObject )
+::Initialize(void)
 {
 
   this->Superclass::Initialize();