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