mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 22:50:33 +05:00
comment deprecated function
This commit is contained in:
parent
53b08efc6a
commit
325175c88f
@ -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()
|
||||||
{
|
{
|
||||||
|
@ -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 ();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user