mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
remove output, fix warning
This commit is contained in:
parent
ebf1478048
commit
2488bd37ef
@ -29,7 +29,7 @@ namespace netgen
|
|||||||
BlockAllocator :: ~BlockAllocator ()
|
BlockAllocator :: ~BlockAllocator ()
|
||||||
{
|
{
|
||||||
lock_guard<mutex> guard(block_allocator_mutex);
|
lock_guard<mutex> guard(block_allocator_mutex);
|
||||||
cout << "****************** delete BlockAllocator " << endl;
|
// cout << "****************** delete BlockAllocator " << endl;
|
||||||
for (int i = 0; i < bablocks.Size(); i++)
|
for (int i = 0; i < bablocks.Size(); i++)
|
||||||
delete [] bablocks[i];
|
delete [] bablocks[i];
|
||||||
bablocks.SetSize(0);
|
bablocks.SetSize(0);
|
||||||
|
@ -6,8 +6,8 @@ namespace netgen
|
|||||||
|
|
||||||
netrule :: netrule ()
|
netrule :: netrule ()
|
||||||
{
|
{
|
||||||
name = new char[1];
|
// name = new char[1];
|
||||||
name[0] = char(0);
|
// name[0] = char(0);
|
||||||
quality = 0;
|
quality = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user