]> Creatis software - clitk.git/blobdiff - registration/clitkCorrelationRatioImageToImageMetric.txx
Remove throw to avoid warnings with c++11
[clitk.git] / registration / clitkCorrelationRatioImageToImageMetric.txx
index b52c077c95ac352de10509a02ac53dcfa44d4d9f..685a0435e6b619154bb5de6b3e69864f579e5777 100644 (file)
@@ -51,7 +51,7 @@ CorrelationRatioImageToImageMetric<TFixedImage,TMovingImage>
 template <class TFixedImage, class TMovingImage>
 void
 CorrelationRatioImageToImageMetric<TFixedImage,TMovingImage>
-::Initialize(void) throw ( ExceptionObject )
+::Initialize(void)
 {
 
   this->Superclass::Initialize();