From 2b69094ff467d64dad15c9d23ffe507453ee4281 Mon Sep 17 00:00:00 2001 From: Cory Date: Sun, 22 Oct 2023 17:45:34 +0200 Subject: [PATCH] Update constant --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 08fd84e..641c66a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -23,7 +23,7 @@ #define PARTICLES 100 #define N 40000 #define CHARGE 1. // unit: e -#define MASS 40. // unit: amu +#define MASS 40.078 // unit: amu // Particles used for testing Particle p1(CHARGE, MASS, vec_3d{20., 0., 20.},