mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 04:50:34 +05:00
clean up cd3names in mesh dtor
This commit is contained in:
parent
a2f7b9183c
commit
7a10afc720
@ -286,6 +286,9 @@ namespace netgen
|
||||
for (int i = 0; i < cd2names.Size(); i++)
|
||||
delete cd2names[i];
|
||||
|
||||
for (int i = 0; i < cd3names.Size(); i++)
|
||||
delete cd3names[i];
|
||||
|
||||
// #ifdef PARALLEL
|
||||
// delete paralleltop;
|
||||
// #endif
|
||||
|
Loading…
Reference in New Issue
Block a user