From eaf1f99c7848d06af868e01bfaa87d4bb69c27c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julia=20Fl=C3=B6totto?= Date: Thu, 20 Nov 2003 16:25:06 +0000 Subject: [PATCH] bug fix --- .../Interpolation/include/CGAL/natural_neighbor_coordinates_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/Interpolation/include/CGAL/natural_neighbor_coordinates_2.h b/Packages/Interpolation/include/CGAL/natural_neighbor_coordinates_2.h index 085637246bd..3f2f0de81be 100644 --- a/Packages/Interpolation/include/CGAL/natural_neighbor_coordinates_2.h +++ b/Packages/Interpolation/include/CGAL/natural_neighbor_coordinates_2.h @@ -112,7 +112,7 @@ natural_neighbor_coordinates_2(const Dt& dt, hole_begin, EdgeIterator hole_end, const Traits& traits){ - CGAL_precondition(T.dimension()==2); + CGAL_precondition(dt.dimension()==2); //precondition: p must lie inside the hole // (=^ inside convex hull of neighbors)