Skip to content

Commit

Permalink
Minor changes to the input files for Nbody6/7
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwkuepper committed Nov 11, 2013
1 parent a9d741b commit a9d227d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ website/
stuff/
papers/
testing/
test*
12 changes: 6 additions & 6 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4416,8 +4416,8 @@ int output0(char *output, int N, int NNBMAX, double RS0, double dtadj, double dt
fprintf(PAR,"0.02 0.02 %.8f %.8f %.8f %.8f 1.0E-03 %.8f %.8f\n",RS0,dtadj,dtout,tcrit,rvir,mmean);
fprintf(PAR,"2 2 1 0 1 0 2 0 0 2\n");
fprintf(PAR,"0 %i 0 %i 2 %i %i 0 %i 3\n",hrplot,tf,regupdate,etaupdate,mloss);
fprintf(PAR,"0 %i %i 0 1 2 0 1 0 1\n",bin,esc);
fprintf(PAR,"0 0 0 2 1 0 0 2 0 3\n");
fprintf(PAR,"0 %i %i 0 1 2 3 4 0 1\n",bin,esc);
fprintf(PAR,"0 0 0 2 1 0 2 0 0 3\n");
fprintf(PAR,"0 0 0 0 0 0 0 0 0 0\n");
fprintf(PAR,"1.0E-5 1.0E-4 0.2 1.0 1.0E-06 0.001\n");
fprintf(PAR,"2.350000 %.8f %.8f %i 0 %.8f %.8f %.8f\n",MMAX,mlow,nbin,Z,epoch,dtplot);
Expand Down Expand Up @@ -4539,8 +4539,8 @@ int output2(char *output, int N, int NNBMAX, double RS0, double dtadj, double dt
fprintf(PAR,"0.02 0.02 %.8f %.8f %.8f %.8f 1.0E-03 %.8f %.8f\n",RS0,dtadj,dtout,tcrit,rvir,mmean);
fprintf(PAR,"2 2 1 0 1 0 2 0 0 2\n");
fprintf(PAR,"0 %i 0 %i 2 %i %i 0 %i 3\n",hrplot,tf,regupdate,etaupdate,mloss);
fprintf(PAR,"0 %i %i 0 1 2 0 1 0 1\n",bin, esc);
fprintf(PAR,"0 0 0 2 1 0 0 2 0 3\n");
fprintf(PAR,"0 %i %i 0 1 2 3 4 0 1\n",bin, esc);
fprintf(PAR,"0 0 0 2 1 0 2 0 0 3\n");
fprintf(PAR,"0 0 0 0 0 0 0 0 0 0\n");
fprintf(PAR,"1.0E-5 1.0E-4 0.2 1.0 1.0E-06 0.001\n");
fprintf(PAR,"2.350000 %.8f %.8f %i 0 %.8f %.8f %.8f\n",MMAX,mlow,nbin,Z,epoch,dtplot);
Expand Down Expand Up @@ -4660,8 +4660,8 @@ int output4(char *output, int N, int NNBMAX, double RS0, double dtadj, double dt
fprintf(PAR,"0.02 0.02 %.8f %.8f %.8f %.8f 1.0E-03 %.8f %.8f\n",RS0,dtadj,dtout,tcrit,rvir,mmean);
fprintf(PAR,"2 2 1 0 1 0 2 0 0 2\n");
fprintf(PAR,"-1 %i 0 %i 2 %i %i 0 %i 3\n",hrplot,tf,regupdate,etaupdate,mloss);
fprintf(PAR,"0 %i %i 0 1 2 0 1 0 -1\n",bin,esc);
fprintf(PAR,"0 0 0 2 1 0 0 2 0 3\n");
fprintf(PAR,"0 %i %i 0 1 2 3 4 0 -1\n",bin,esc);
fprintf(PAR,"0 0 0 2 1 0 2 0 0 3\n");
fprintf(PAR,"0 1 0 1 0 0 0 0 0 0\n");
fprintf(PAR,"1.0E-5 1.0E-4 0.2 1.0 1.0E-06 0.001\n");
fprintf(PAR,"2.350000 %.8f %.8f %i 0 %.8f %.8f %.8f\n",MMAX,mlow,nbin,Z,epoch,dtplot);
Expand Down

0 comments on commit a9d227d

Please sign in to comment.