Skip to content
Snippets Groups Projects
Commit bcca33e2 authored by Armin Damon Riess's avatar Armin Damon Riess
Browse files

settings for animation of previous commit

parent ece318d4
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@ int main(int argc, char** argv) {
return 1;
}
double dt = 0.000001;
unsigned nSteps = 240;
double dt = 0.000005;
unsigned nSteps = 120;
nBodySim sim(datafile);
// double* positions = sim.getPositions();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment