From 6c1609c83cfbf4bd5dcf9ca9f9cefd39ed24394c Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Thu, 26 Mar 2020 14:13:24 +0100 Subject: [PATCH] fix test orient_polygon_soup --- .../test/Polygon_mesh_processing/orient_polygon_soup_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/test/Polygon_mesh_processing/orient_polygon_soup_test.cpp b/Polygon_mesh_processing/test/Polygon_mesh_processing/orient_polygon_soup_test.cpp index 64780629d62..2469c494ad2 100644 --- a/Polygon_mesh_processing/test/Polygon_mesh_processing/orient_polygon_soup_test.cpp +++ b/Polygon_mesh_processing/test/Polygon_mesh_processing/orient_polygon_soup_test.cpp @@ -191,7 +191,7 @@ int main() assert(test_orient(false) == 0); assert(test_orient(false) == 0); - bool res = test_pipeline(); + int res = test_pipeline(); assert(res == 0); res = test_pipeline(); assert(res == 0);