Skip to content

Commit

Permalink
balls ok on win
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Sep 17, 2023
1 parent 08ebbe3 commit 9ae636a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/bouncing_balls/problem.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <math.h>
#include "rebound.h"

Expand Down
1 change: 0 additions & 1 deletion examples/bouncing_string/problem.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <math.h>
#include "rebound.h"

Expand Down

0 comments on commit 9ae636a

Please sign in to comment.