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

change name of force output file

parent dc6d5dfa
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ int main(int argc, char** argv) {
double meanForceMagnitude = sim.calculateMeanForceMagnitude();
std::cout << "Mean force magnitude: " << meanForceMagnitude << std::endl;
sim.write2file(sim.getForces(), "../out/output.txt", 3);
sim.write2file(sim.getForces(), "../out/forces.txt", 3);
} catch (std::exception& e) {
std::cerr << e.what() << std::endl;
return 1;
......
File moved
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