]> Creatis software - clitk.git/blobdiff - registration/clitkShapedBLUTSpatioTemporalDeformableTransform.txx
Remove vcl_math calls
[clitk.git] / registration / clitkShapedBLUTSpatioTemporalDeformableTransform.txx
index 7cc0107ec1a58facfdbe91ef6d72dfb9bbf641dd..a57ead0be2ed89605d29457e8d1ccd976137ea79 100644 (file)
@@ -478,7 +478,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_PaddedGridRegion.GetSize();