Parallel Programming - Start OpenMP Version
[matches/honours.git] / course / semester2 / pprog / assignment1 / single-thread / main.c
index f9f3b52..4b0c48a 100644 (file)
@@ -80,9 +80,9 @@ int main(int argc, char** argv)
        }
        
        options.start_clock = clock(); //Get CPU cycles executed before simulation starts
-       Simulation_Run(); // Start the simulation
-       Graphics_Run(argc, argv); //Start the graphics loop
-
+       Simulation_Run(argc, argv); // Start the simulation
+       
+       printf("Got here!\n");
        exit(EXIT_FAILURE); //Should never get to this line
 }
 

UCC git Repository :: git.ucc.asn.au