Hazard_PAP

This commit is contained in:
gaeltp3 2014-01-09 02:21:03 +01:00
parent 40a0964a93
commit 800d64613d
2 changed files with 46504 additions and 1 deletions

View file

@ -60,7 +60,7 @@ void PrimImplikant::makeLocations()
this->_locations = new vector<KV_PiEleLoc*>();
this->_locations->resize(this->elements.size());
for (uint i = 0; i < this->elements.size(); i++)
(*this->_locations)[i] = new KV_PiEleLoc(this->elements[i]);
this->_locations->at(i) = new KV_PiEleLoc(this->elements[i]); // zu fragen
}
vector<KV_PiEleLoc*>* PrimImplikant::locations()

46503
Hazard_PAP.pdf Normal file

File diff suppressed because it is too large Load diff