From fa6f8c53ec5d4e6ac263786928590aeabda19278 Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Sat, 28 Dec 2024 23:09:49 +0100 Subject: [PATCH] fix rangecheck-error --- libsrc/meshing/smoothing3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/meshing/smoothing3.cpp b/libsrc/meshing/smoothing3.cpp index 4e5f5446..28d82fec 100644 --- a/libsrc/meshing/smoothing3.cpp +++ b/libsrc/meshing/smoothing3.cpp @@ -1519,7 +1519,7 @@ void Mesh :: ImproveMeshJacobian (const MeshingParameters & mp, badnodes.SetBit (el.PNum(j)); } - NgArray pointh (points.Size()); + Array pointh (points.Size()); if(HasLocalHFunction()) {