comment deprecated function

This commit is contained in:
Joachim Schoeberl 2024-07-20 10:53:59 +02:00
parent 53b08efc6a
commit 325175c88f
2 changed files with 5 additions and 4 deletions

View File

@ -292,7 +292,7 @@ namespace netgen
/*
void ParallelMeshTopology :: UpdateCoarseGridGlobal () void ParallelMeshTopology :: UpdateCoarseGridGlobal ()
{ {
@ -387,7 +387,8 @@ namespace netgen
is_updated = true; is_updated = true;
} }
*/
void ParallelMeshTopology :: IdentifyVerticesAfterRefinement() void ParallelMeshTopology :: IdentifyVerticesAfterRefinement()
{ {

View File

@ -36,8 +36,8 @@ namespace netgen
void UpdateCoarseGrid(); void UpdateCoarseGrid();
[[deprecated("should not need it anymore")]] // [[deprecated("should not need it anymore")]]
void UpdateCoarseGridGlobal(); // void UpdateCoarseGridGlobal();
void IdentifyVerticesAfterRefinement(); void IdentifyVerticesAfterRefinement();
void EnumeratePointsGlobally (); void EnumeratePointsGlobally ();