From 49aeab8d3aded681e6c60e8473a95a9749384948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 22 Feb 2024 14:54:20 +0100 Subject: [PATCH] add_vertex and new_vertex parameters changed to by value --- Doc/changelog.docu | 5 ++ src/OpenMesh/Core/Mesh/PolyMeshT.hh | 17 ++--- src/Unittests/CMakeLists.txt | 1 + src/Unittests/unittests_new_vertex.cc | 94 +++++++++++++++++++++++++++ 4 files changed, 105 insertions(+), 12 deletions(-) create mode 100644 src/Unittests/unittests_new_vertex.cc diff --git a/Doc/changelog.docu b/Doc/changelog.docu index 55ff765d..266011a1 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -8,6 +8,11 @@ 11.0 (?/?/?) +Core + + Documentation