This commit is contained in:
David St-Onge 2017-02-19 18:54:31 -05:00
parent fe0670c9d6
commit 1491526600
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ TARGET_ALTITUDE = 2.0
# Lennard-Jones parameters
TARGET = 10.0 #0.000001001
EPSILON = 0.1 #0.001
EPSILON = 10.0 #0.001
# Lennard-Jones interaction magnitude
function lj_magnitude(dist, target, epsilon) {