* Bug: Debug message indentation correction.

This commit is contained in:
EricLaoGitHub 2016-11-17 17:31:36 +01:00
parent 31940d2824
commit 44fa865b6c
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ namespace Anabatic {
GCell::~GCell ()
{
cdebug_log(145,0) << "GCell::~GCell()" << endl;
//cdebug_log(145,0) << "GCell::~GCell()" << endl;
delete [] _blockages;
delete [] _densities;