Skip to content

Commit

Permalink
Disable printing of trajctories
Browse files Browse the repository at this point in the history
  • Loading branch information
ctavan committed Feb 14, 2011
1 parent 4bb170d commit 1404ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ int main(int argc, char *argv[])
r[i] = r_next[i];

// Write trajectories to a file
fprintf(outTrajectories, "%6.3f\t%6d\t%e\t%e\t%e\t%e\n", t, i, r[i].x, r[i].y, v[i].x, v[i].y);
// fprintf(outTrajectories, "%6.3f\t%6d\t%e\t%e\t%e\t%e\n", t, i, r[i].x, r[i].y, v[i].x, v[i].y);
}

// Equilibration phase, scale velocities to keep temperature
Expand Down

0 comments on commit 1404ff4

Please sign in to comment.