Better output on command line
This commit is contained in:
		
							parent
							
								
									afea782db6
								
							
						
					
					
						commit
						b2c5f704dd
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -85,12 +85,10 @@ void user_main(void)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	KV* kv = new KV(globalPIC, allCells, 30,variables);
 | 
						KV* kv = new KV(globalPIC, allCells, 30,variables);
 | 
				
			||||||
	kv->Print(30);
 | 
						kv->Print(30);
 | 
				
			||||||
	//system("pause");
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// find and solve Hazards
 | 
						// find and solve Hazards
 | 
				
			||||||
	allCells->findHazards();
 | 
						allCells->findHazards();
 | 
				
			||||||
	//system("pause");
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
	// print Wertetabelle and KV of corrected data
 | 
						// print Wertetabelle and KV of corrected data
 | 
				
			||||||
| 
						 | 
					@ -105,5 +103,6 @@ void user_main(void)
 | 
				
			||||||
	delete globalPIC;
 | 
						delete globalPIC;
 | 
				
			||||||
	delete allCells;
 | 
						delete allCells;
 | 
				
			||||||
	delete variables;
 | 
						delete variables;
 | 
				
			||||||
 | 
						cout << endl << endl << endl << endl;
 | 
				
			||||||
	return;
 | 
						return;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in a new issue