Skip to content
Snippets Groups Projects
Commit d38ae12b authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

code cleanup

parent bf840731
No related branches found
No related tags found
No related merge requests found
......@@ -216,8 +216,7 @@ void set_kick_velocity(struct stardata_t * const stardata,
#endif
#if defined TEST_KICK_SPEED_DISTRIBUTION || defined TEST_KICK_DIRECTIONS
int il;
for(il=0;il<NTESTS;il++)
for(int il=0;il<NTESTS;il++)
{
#endif
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment