From 12e992a5f5e4aabcfde5f712759fcd8a6207169c Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Mon, 13 Jun 2016 11:38:52 +0300 Subject: [PATCH] Added missing return statement --- .../include/CGAL/find_single_mold_translational_casting_2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Casting_2/include/CGAL/find_single_mold_translational_casting_2.h b/Casting_2/include/CGAL/find_single_mold_translational_casting_2.h index 3de6883c5a1..9382c5b374e 100644 --- a/Casting_2/include/CGAL/find_single_mold_translational_casting_2.h +++ b/Casting_2/include/CGAL/find_single_mold_translational_casting_2.h @@ -378,6 +378,7 @@ public: it++; } } + return oi; } /*! \fn bool all_is_covered_twice()