From cd0dcf4bbfce15c27b5bc4db6aadcf0cc633dd78 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Fri, 5 Dec 2008 19:57:37 +0000 Subject: NR::LInfty => Geom:: (bzr r6953) --- src/livarot/PathCutting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/livarot/PathCutting.cpp') diff --git a/src/livarot/PathCutting.cpp b/src/livarot/PathCutting.cpp index 0a367a1fe..025cf00a7 100644 --- a/src/livarot/PathCutting.cpp +++ b/src/livarot/PathCutting.cpp @@ -1413,7 +1413,7 @@ void Path::ConvertPositionsToMoveTo(int nbPos,cut_position* poss) } else { } } - if ( NR::LInfty(endP-np) < 0.00001 ) { + if ( Geom::LInfty(endP-np) < 0.00001 ) { doesClose=true; } if ( ( doesClose || hasClose ) && hasForced >= 0 ) { -- cgit v1.2.3