From 657360818d5dca451e372910ccece2f8203f4311 Mon Sep 17 00:00:00 2001 From: Christoph Wintersteiger Date: Wed, 2 Dec 2020 17:51:47 +0100 Subject: [PATCH] rewrite loop to avoid index correction --- libsrc/meshing/python_mesh.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/meshing/python_mesh.cpp b/libsrc/meshing/python_mesh.cpp index 083ef684..1b1a35a9 100644 --- a/libsrc/meshing/python_mesh.cpp +++ b/libsrc/meshing/python_mesh.cpp @@ -1136,8 +1136,8 @@ project_boundaries : Optional[str] = None .def ("Scale", [](Mesh & self, double factor) { - for(auto i = 0; i