This commit is contained in:
Raphael Maenle 2018-01-20 20:07:55 +01:00
parent ea60145566
commit e3cec3295e
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@ bool AbstractionLayer_PoempelPosition::PreProcessing(coor mySize, const vector<
//get layer information here
cout << "Abstraction Poempel Position Preprocessing... " << flush;
InitialiseConstraintMatrixSize(mySize.col, mySize.row);
cout << "Done" << endl;