Skip to content

Commit

Permalink
Fix small inconsistence after last merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lwang-astro committed Mar 15, 2018
1 parent 39b07f4 commit e193ab9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5003,8 +5003,6 @@ int output5(char *output, int N, int NNBMAX, double RS0, double dtadj, double dt
PAR = fopen(PARfile,"w");
sprintf(NBODYfile, "%s.dat.10",output);
NBODY = fopen(NBODYfile,"w");
double ecrit = 1.0/(N+0.0);
if (ecrit<1e-6) ecrit = 1e-6;

int hrplot = 0;
if (dtplot) hrplot = 1;
Expand Down

0 comments on commit e193ab9

Please sign in to comment.