Merge branch 'devel_anabatic' of ssh://bop-t/users/largo2/git/coriolis into devel_anabatic

This commit is contained in:
Jean-Paul Chaput 2016-11-23 11:39:41 +01:00
commit a6cbdb8aa8
2 changed files with 2 additions and 1 deletions

View File

@ -148,6 +148,7 @@ namespace Anabatic {
if (isUserNativeConstraints()) { if (isUserNativeConstraints()) {
cdebug_log(145,1) << " Native constraints sets by user:" << getConstraintBox() << endl; cdebug_log(145,1) << " Native constraints sets by user:" << getConstraintBox() << endl;
cdebug_tabw(145,-1); cdebug_tabw(145,-1);
cdebug_tabw(145,-1);
return getConstraintBox(); return getConstraintBox();
} }

View File

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