From b2c5f704dd97ea1bba7da777ce86c10d6c216bee Mon Sep 17 00:00:00 2001 From: Jonny007-MKD <1-23-4-5@web.de> Date: Mon, 6 Jan 2014 14:55:17 +0100 Subject: [PATCH] Better output on command line --- Hazard/Hazard/Hazard.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Hazard/Hazard/Hazard.cpp b/Hazard/Hazard/Hazard.cpp index 6e54b70..a388106 100644 --- a/Hazard/Hazard/Hazard.cpp +++ b/Hazard/Hazard/Hazard.cpp @@ -85,12 +85,10 @@ void user_main(void) KV* kv = new KV(globalPIC, allCells, 30,variables); kv->Print(30); - //system("pause"); // find and solve Hazards allCells->findHazards(); - //system("pause"); // print Wertetabelle and KV of corrected data @@ -105,5 +103,6 @@ void user_main(void) delete globalPIC; delete allCells; delete variables; + cout << endl << endl << endl << endl; return; } \ No newline at end of file