revert some things, my mental health is at an all time low

This commit is contained in:
Afonso Franco 2023-10-19 21:19:56 +01:00
parent 66dc92b5f4
commit fbfb16c650
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
5 changed files with 108 additions and 93 deletions

View file

@ -540,7 +540,7 @@ void computeAccelerations() {
}
// returns sum of dv/dt*m/A (aka Pressure) from elastic collisions with walls
double VelocityVerlet(double dt, int iter, double *PE, FILE *fp) {
double VelocityVerlet(double dt, int iter, FILE *fp) {
int i, j, k;
double psum = 0.;