Documentation images

This commit is contained in:
gaeltp3 2014-01-14 23:51:39 +01:00
parent 3751e0ba8b
commit 406ffdf710
11 changed files with 4 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -28,7 +28,7 @@
<ConfigurationType>Application</ConfigurationType>
<UseOfMfc>Static</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v100</PlatformToolset>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">

View file

@ -69,11 +69,9 @@ void PrimImplikant::makeLocations()
this->_locations = new vector<KV_PiEleLoc*>();
this->_locations->resize(this->elements.size());
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]);
>>>>>>> Added Comments
this->_locations->at(i) = new KV_PiEleLoc(this->elements[i]);
}
/// <summary>

Binary file not shown.