mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20: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++)
|
for (int i = 0; i < cd2names.Size(); i++)
|
||||||
delete cd2names[i];
|
delete cd2names[i];
|
||||||
|
|
||||||
|
for (int i = 0; i < cd3names.Size(); i++)
|
||||||
|
delete cd3names[i];
|
||||||
|
|
||||||
// #ifdef PARALLEL
|
// #ifdef PARALLEL
|
||||||
// delete paralleltop;
|
// delete paralleltop;
|
||||||
// #endif
|
// #endif
|
||||||
|
Loading…
Reference in New Issue
Block a user