set timestamp in element search tree

This commit is contained in:
Christopher Lackner 2025-03-13 10:10:04 +01:00
parent d240203932
commit 787c6043fa

View File

@ -5265,6 +5265,8 @@ namespace netgen
// check again to see if some other thread built while waiting for lock
if (elementsearchtreets[dim] == GetTimeStamp()) return;
elementsearchtreets[dim] = GetTimeStamp();
PrintMessage (4, "Rebuild element searchtree dim " + ToString(dim));