From cfb6cb6efe2682cbf2bf259dfae615b7a399b9b7 Mon Sep 17 00:00:00 2001 From: Eli Packer Date: Mon, 5 May 2003 14:56:16 +0000 Subject: [PATCH] *** --- Packages/Snap_rounding_2/demo/Snap_rounding_2/demo.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/Snap_rounding_2/demo/Snap_rounding_2/demo.C b/Packages/Snap_rounding_2/demo/Snap_rounding_2/demo.C index ff914921ad2..9e864ccf02c 100644 --- a/Packages/Snap_rounding_2/demo/Snap_rounding_2/demo.C +++ b/Packages/Snap_rounding_2/demo/Snap_rounding_2/demo.C @@ -349,7 +349,7 @@ int main(int argc,char *argv[]) i1 != s.segments_end(); ++i1) { Local_segment_2 l_s(Local_point_2(i1->source().x(),i1->source().y()), - Local_point_2(i1->target().x(),i1->target().y())); + Local_point_2(i1->target().x(),i1->target().y())); dist = CGAL::squared_distance(Local_point_2(x3,y3),l_s); if(min_dist == -1 || dist < min_dist) {