]> Creatis software - clitk.git/blobdiff - itk/clitkComposeVFFilter.txx
Remove vcl_math calls
[clitk.git] / itk / clitkComposeVFFilter.txx
index 5cc5db123bc505a9a77836b7160d00058d309e7c..e42c8520e66392f5619162be817b2f6b32b5f03e 100644 (file)
@@ -98,7 +98,7 @@ namespace clitk
              {
                // The following  block is equivalent to the following line without
                // having to call floor. (Only for positive inputs, we already now that is in the image)
-               // baseIndex[dim] = (long) vcl_floor(contIndex[dim] );
+               // baseIndex[dim] = (long) std::floor(contIndex[dim] );
        
                baseIndex[dim] = (long) contIndex[dim];
                distance[dim] = contIndex[dim] - double( baseIndex[dim] );