This commit is contained in:
David St-Onge 2017-01-30 16:49:39 -05:00
parent 8f3e4e2dfc
commit c2695e97e1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ TARGET_ALTITUDE = 10.1
# Lennard-Jones parameters
TARGET = 5 #0.000001001
EPSILON = 80 #0.001
EPSILON = 800 #0.001
# Lennard-Jones interaction magnitude
function lj_magnitude(dist, target, epsilon) {