Automatic commit. Tue Oct 9 00:00:05 WST 2012
[matches/honours.git] / course / semester2 / pprog / assignment0 / nbody.c
index d23b134..d8153d7 100644 (file)
@@ -327,9 +327,12 @@ void System_Step(System * system)
                
        }
 
+
+       return;
        //Check for collisions
        //Note: Only allows for one collision per step
 
+       
        for (unsigned a = 0; a < system->nMax; ++a)
        {
                if ((system->bodies+a)->exists == false || (system->bodies+a)->collided)

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