revert some things, my mental health is at an all time low
This commit is contained in:
parent
66dc92b5f4
commit
fbfb16c650
5 changed files with 108 additions and 93 deletions
|
|
@ -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.;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue