Skip to content

Commit

Permalink
J2 works
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Sep 17, 2023
1 parent b593d0c commit 437527c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/J2/problem.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <math.h>
#include "rebound.h"

Expand Down Expand Up @@ -47,7 +46,7 @@ int main(int argc, char* argv[]){

reb_move_to_com(r);

system("rm -v a.txt"); // delete previous output
remove("a.txt"); // delete previous output

// Setup callback functions
r->heartbeat = heartbeat;
Expand Down

0 comments on commit 437527c

Please sign in to comment.