X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=course%2Fsemester2%2Fpprog%2Fassignment1%2Fopenmp%2Fnbody.h;h=91c4bf4f582ee0697f969c4325ca20bd816fdfda;hb=83cf58f62ddc5ce9fe44de27327fde27f767ebb6;hp=b7d0b417dff2b92729eba7c3bb1da65ea5210ca2;hpb=19e590cc4f7dbc186cad9418bf5a2321bfa3fe1a;p=matches%2Fhonours.git diff --git a/course/semester2/pprog/assignment1/openmp/nbody.h b/course/semester2/pprog/assignment1/openmp/nbody.h index b7d0b417..91c4bf4f 100644 --- a/course/semester2/pprog/assignment1/openmp/nbody.h +++ b/course/semester2/pprog/assignment1/openmp/nbody.h @@ -20,6 +20,11 @@ void Simulation_Run(int argc, char ** argv); //#undef QuitProgram //void QuitProgram(bool error); +#undef BeforeDraw +void BeforeDraw(); +#undef AfterDraw +void AfterDraw(); + void Compute(); //Compute a single step #endif //_NBODY_OPENMP_H