]> Creatis software - clitk.git/blobdiff - utilities/CxImage/ximaint.cpp
Merge branch 'master' of git://git.creatis.insa-lyon.fr/clitk
[clitk.git] / utilities / CxImage / ximaint.cpp
index 989d76cf71e3d1014cb7b95d2e46706a2995c0dd..c30e882a47e32a34af80d9f5c56d5709128a835c 100644 (file)
@@ -853,7 +853,7 @@ float CxImage::KernelBessel_J1(const float x)
 {
        double p, q;
        
-       register long i;
+       long i;
        
        static const double
        Pone[] =
@@ -895,7 +895,7 @@ float CxImage::KernelBessel_P1(const float x)
 {
        double p, q;
        
-       register long i;
+       long i;
        
        static const double
        Pone[] =
@@ -931,7 +931,7 @@ float CxImage::KernelBessel_Q1(const float x)
 {
        double p, q;
        
-       register long i;
+       long i;
        
        static const double
        Pone[] =