]> Creatis software - clitk.git/blobdiff - itk/itkBinaryGuerreroFilter.h
- autotool
[clitk.git] / itk / itkBinaryGuerreroFilter.h
index e03f42a3ce25421acd462ce37f931fec12eb1a8a..383a21fca10a6f61505181df88900e51028a8fbd 100644 (file)
@@ -1,10 +1,7 @@
 /*=========================================================================
 
   Program:   Insight Segmentation & Registration Toolkit
-  Module:    $RCSfile: itkBinaryGuerreroFilter.h,v $
   Language:  C++
-  Date:      $Date: 2010/01/06 13:32:01 $
-  Version:   $Revision: 1.1 $
 
   Copyright (c) Insight Software Consortium. All rights reserved.
   See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
@@ -62,7 +59,7 @@ class GuerreroFunctor
             else //Use the original formula as described in Guerrero's paper
                 vol_change=static_cast<TOutput>( 1000. * (Bstar-A) / (A*(1000.+Bstar)) );
 
-            if (std::isnormal(vol_change))
+            if (IsNormal(vol_change))
                 return vol_change;
             else
                 return 0.;