From 44fa865b6c840ffe1cc70ddcf8d8812840d732ee Mon Sep 17 00:00:00 2001 From: EricLaoGitHub Date: Thu, 17 Nov 2016 17:31:36 +0100 Subject: [PATCH] * Bug: Debug message indentation correction. --- anabatic/src/GCell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anabatic/src/GCell.cpp b/anabatic/src/GCell.cpp index 1189e8ce..31d149a4 100644 --- a/anabatic/src/GCell.cpp +++ b/anabatic/src/GCell.cpp @@ -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;