This commit is contained in:
David St-Onge 2017-02-22 17:34:17 -05:00
parent e12bd4e983
commit d8e35e59bd
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ TARGET_ALTITUDE = 5.0
CURSTATE = "TURNEDOFF"
# Lennard-Jones parameters
TARGET = 10.0 #0.000001001
EPSILON = 15.0 #0.001
TARGET = 7.0 #0.000001001
EPSILON = 18.0 #0.001
# Lennard-Jones interaction magnitude
function lj_magnitude(dist, target, epsilon) {