From 253e0dddcfd71a0db955d6104f3437f8733620f4 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 31 Aug 2015 16:27:00 +0200 Subject: [PATCH] Fix issue #300 Update_c3t3::operator() does not return bool! --- Mesh_3/include/CGAL/Mesh_3/C3T3_helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh_3/include/CGAL/Mesh_3/C3T3_helpers.h b/Mesh_3/include/CGAL/Mesh_3/C3T3_helpers.h index 8f4c6c7b8f5..fdc80ae1618 100644 --- a/Mesh_3/include/CGAL/Mesh_3/C3T3_helpers.h +++ b/Mesh_3/include/CGAL/Mesh_3/C3T3_helpers.h @@ -1162,7 +1162,7 @@ private: Subdomain operator()(const Cell_handle& ch, const bool update = true) const { if ( c3t3_.triangulation().is_infinite(ch) ) - return false; + return Subdomain(); // treat cell const Subdomain subdomain =