From 8c7d69c1d17de15e40403dae95fa0f2f44431c3c Mon Sep 17 00:00:00 2001 From: Christopher Lackner Date: Mon, 11 Apr 2022 13:05:14 +0200 Subject: [PATCH] setnextmayortimestamp in mesh.ZRefine --- libsrc/meshing/meshclass.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libsrc/meshing/meshclass.cpp b/libsrc/meshing/meshclass.cpp index ff0bd2d4..ef06dc38 100644 --- a/libsrc/meshing/meshclass.cpp +++ b/libsrc/meshing/meshclass.cpp @@ -6407,6 +6407,7 @@ namespace netgen } Compress(); + SetNextMajorTimeStamp(); } void Mesh :: RebuildSurfaceElementLists ()