Coryab/code #9

Merged
coryab merged 23 commits from coryab/code into develop 2023-10-22 15:46:55 +00:00
Showing only changes of commit 2b69094ff4 - Show all commits

Update constant

Cory Balaton 2023-10-22 17:45:34 +02:00
No known key found for this signature in database
GPG key ID: 3E5FCEBFD80F432B

View file

@ -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.},