From 4e14915b04ee473d37fa8b321f6a4759ca4d9014 Mon Sep 17 00:00:00 2001 From: Janita Willumsen Date: Sun, 22 Oct 2023 17:16:47 +0200 Subject: [PATCH] Stuff --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 19ef8fd..e98eaa0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -176,11 +176,11 @@ int main() simulate_two_particles(); - simulate_single_particle_with_different_steps(); + simulate_single_particle_with_different_steps(); - // simulate_100_particles(); + simulate_100_particles(); - // simulate_100_particles_with_time_potential(); + simulate_100_particles_with_time_potential(); double end = omp_get_wtime();