Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2018-07-24 12:41:08 +02:00
parent 1538d26073
commit f86fc6e7fd

View File

@ -276,7 +276,7 @@ struct CellInfo : ArchCellInfo
// placement constraints
CellInfo *constr_parent;
stdL::vector<CellInfo*> constr_children;
std::vector<CellInfo*> constr_children;
const int UNCONSTR = INT_MIN;
int constr_x = UNCONSTR; // this.x - parent.x
int constr_y = UNCONSTR; // this.y - parent.y