Documentation images
BIN
Dokumentation/Hazard_PAP.gif
Normal file
After Width: | Height: | Size: 134 KiB |
BIN
Dokumentation/Wichtisgte_Klassen/KV_Print().gif
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
Dokumentation/Wichtisgte_Klassen/Wertetabelle_Print().gif
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
Dokumentation/Wichtisgte_Klassen/class_Cell.gif
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
Dokumentation/Wichtisgte_Klassen/class_CellCollec.gif
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
Dokumentation/Wichtisgte_Klassen/class_PI.gif
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
Dokumentation/Wichtisgte_Klassen/class_PICollection.gif
Normal file
After Width: | Height: | Size: 13 KiB |
|
@ -28,7 +28,7 @@
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
<UseOfMfc>Static</UseOfMfc>
|
<UseOfMfc>Static</UseOfMfc>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
<PlatformToolset>v100</PlatformToolset>
|
<PlatformToolset>v120</PlatformToolset>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||||
<ImportGroup Label="ExtensionSettings">
|
<ImportGroup Label="ExtensionSettings">
|
||||||
|
|
|
@ -69,11 +69,9 @@ void PrimImplikant::makeLocations()
|
||||||
this->_locations = new vector<KV_PiEleLoc*>();
|
this->_locations = new vector<KV_PiEleLoc*>();
|
||||||
this->_locations->resize(this->elements.size());
|
this->_locations->resize(this->elements.size());
|
||||||
for (uint i = 0; i < this->elements.size(); i++)
|
for (uint i = 0; i < this->elements.size(); i++)
|
||||||
<<<<<<< HEAD
|
|
||||||
this->_locations->at(i) = new KV_PiEleLoc(this->elements[i]); // zu fragen
|
this->_locations->at(i) = new KV_PiEleLoc(this->elements[i]);
|
||||||
=======
|
|
||||||
this->_locations->at(i) = new KV_PiEleLoc(this->elements[i]);
|
|
||||||
>>>>>>> Added Comments
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|