]> Creatis software - clitk.git/blobdiff - registration/clitkBSplineDeformableTransform.txx
Remove vcl_math calls
[clitk.git] / registration / clitkBSplineDeformableTransform.txx
index 60a2136d7160c9bbfce3431e376bd2d9232dd08c..151c25978d222fe6cd14dc65d57e441ca8eac693 100644 (file)
@@ -296,7 +296,7 @@ namespace clitk
        // when spline order is even.
        // The valid interval for evaluation is [start+offset, last-offset)
        // when spline order is odd.
-       // Where offset = vcl_floor(spline / 2 ).
+       // Where offset = std::floor(spline / 2 ).
        // Note that the last pixel is not included in the valid region
        // with odd spline orders.
        typename RegionType::SizeType size = m_GridRegion.GetSize();