This commit is contained in:
David 2017-02-23 00:59:11 +00:00
parent fd1b55588e
commit def06f4c7e
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 = 7.0 #0.000001001
EPSILON = 15.0 #0.001
TARGET = 10.0 #0.000001001
EPSILON = 10.0 #0.001
# Lennard-Jones interaction magnitude
function lj_magnitude(dist, target, epsilon) {