]> Creatis software - clitk.git/blobdiff - registration/clitkOptNormalizedCorrelationImageToImageMetric.h
Remove throw to avoid warnings with c++11
[clitk.git] / registration / clitkOptNormalizedCorrelationImageToImageMetric.h
index 46dcae977f831413a449408d6bc341b1d611d9ce..12a90ec00709592ec130e76cff7e91c5da5f83fb 100644 (file)
@@ -95,7 +95,7 @@ public:
    *  (2) uniformly select NumberOfSpatialSamples within
    *      the FixedImageRegion, and
    *  (3) allocate memory for pdf data structures. */
-  virtual void Initialize(void) throw ( itk::ExceptionObject ) ITK_OVERRIDE;
+  virtual void Initialize(void) ITK_OVERRIDE;
 
   /**  Get the value. */
   MeasureType GetValue( const ParametersType & parameters ) const ITK_OVERRIDE;