From 73a24ea657147d7959b60c1b2634c3f8f2365f8d Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 29 Oct 2017 23:22:18 +0100 Subject: [PATCH] oops --- Geo/GModelIO_OCC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geo/GModelIO_OCC.h b/Geo/GModelIO_OCC.h index 8e649afbbd..78659be2fd 100644 --- a/Geo/GModelIO_OCC.h +++ b/Geo/GModelIO_OCC.h @@ -598,7 +598,7 @@ public: } void removeAllDuplicates() { - return _error("remove all duplicates"); + _error("remove all duplicates"); } bool mergeVertices(const std::vector<int> &tags) { -- GitLab