mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
comment deprecated function
This commit is contained in:
parent
53b08efc6a
commit
325175c88f
@ -292,7 +292,7 @@ namespace netgen
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
||||
void ParallelMeshTopology :: UpdateCoarseGridGlobal ()
|
||||
{
|
||||
@ -387,6 +387,7 @@ namespace netgen
|
||||
|
||||
is_updated = true;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
void ParallelMeshTopology :: IdentifyVerticesAfterRefinement()
|
||||
|
@ -36,8 +36,8 @@ namespace netgen
|
||||
|
||||
|
||||
void UpdateCoarseGrid();
|
||||
[[deprecated("should not need it anymore")]]
|
||||
void UpdateCoarseGridGlobal();
|
||||
// [[deprecated("should not need it anymore")]]
|
||||
// void UpdateCoarseGridGlobal();
|
||||
void IdentifyVerticesAfterRefinement();
|
||||
void EnumeratePointsGlobally ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user