From 9d636126611df18346a9112eb651551c2dbd7269 Mon Sep 17 00:00:00 2001 From: EricLaoGitHub Date: Wed, 9 Nov 2016 12:20:55 +0100 Subject: [PATCH 1/2] Debug correction: * Bug: Indentation adjusted for debug print. --- anabatic/src/AutoContactTerminal.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/anabatic/src/AutoContactTerminal.cpp b/anabatic/src/AutoContactTerminal.cpp index 9cdd4d7a..448a6d0e 100644 --- a/anabatic/src/AutoContactTerminal.cpp +++ b/anabatic/src/AutoContactTerminal.cpp @@ -148,6 +148,7 @@ namespace Anabatic { if (isUserNativeConstraints()) { cdebug_log(145,1) << " Native constraints sets by user:" << getConstraintBox() << endl; cdebug_tabw(145,-1); + cdebug_tabw(145,-1); return getConstraintBox(); } From 44fa865b6c840ffe1cc70ddcf8d8812840d732ee Mon Sep 17 00:00:00 2001 From: EricLaoGitHub Date: Thu, 17 Nov 2016 17:31:36 +0100 Subject: [PATCH 2/2] * 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;