Merge branch 'devel_anabatic' of ssh://bop-t/users/largo2/git/coriolis into devel_anabatic
This commit is contained in:
commit
a6cbdb8aa8
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue