test
This commit is contained in:
parent
fd1b55588e
commit
def06f4c7e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue