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>
 | 
			
		||||
    <UseOfMfc>Static</UseOfMfc>
 | 
			
		||||
    <CharacterSet>MultiByte</CharacterSet>
 | 
			
		||||
    <PlatformToolset>v100</PlatformToolset>
 | 
			
		||||
    <PlatformToolset>v120</PlatformToolset>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | 
			
		||||
  <ImportGroup Label="ExtensionSettings">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||