X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=course%2Fsemester2%2Fpprog%2Fassignment0%2Fnbody.c;h=d8153d75503e4907014c366a75205591fe62754b;hb=ad9dfbfed9dcc10a3fc2671aca4ec7757d6c9023;hp=e860cdf4208da45557535c5c62c359640384e937;hpb=fb3ced76367bfe5f98beba0d04ac1322563ea394;p=matches%2Fhonours.git diff --git a/course/semester2/pprog/assignment0/nbody.c b/course/semester2/pprog/assignment0/nbody.c index e860cdf4..d8153d75 100644 --- a/course/semester2/pprog/assignment0/nbody.c +++ b/course/semester2/pprog/assignment0/nbody.c @@ -328,7 +328,7 @@ void System_Step(System * system) } - return 0; + return; //Check for collisions //Note: Only allows for one collision per step