hoehste & niedrige Koordinanten

This commit is contained in:
gaeltp3 2013-12-23 11:40:27 +01:00
parent 10269bcd65
commit 299af0a622

View file

@ -217,14 +217,15 @@ void KV::PrintPrimImplikanten()
vector<Implikant_localisation*>* kullers = currentPI->PI_groupCollection[j];
uint X1 = -1, X2 = 0, Y1 = -1, Y2 = 0;
for (uint k = 0; k < kullers->size(); k++)
{
for (vector<Implikant_localisation*>::iterator it = kullers->begin(); it < kullers->end(); it++)
{
uint X1 = -1, X2 = 0, Y1 = -1, Y2 = 0;
uint x1 = (*it)->w * (this->edgeLength + 1) + this->VarY_Length; // Upper coord
uint x2 = x1 + this->edgeLength; // Lower coord