test
This commit is contained in:
parent
2fe5122a98
commit
fe0670c9d6
|
@ -16,7 +16,7 @@ TARGET_ALTITUDE = 2.0
|
|||
|
||||
# Lennard-Jones parameters
|
||||
TARGET = 10.0 #0.000001001
|
||||
EPSILON = 0.05 #0.001
|
||||
EPSILON = 0.1 #0.001
|
||||
|
||||
# Lennard-Jones interaction magnitude
|
||||
function lj_magnitude(dist, target, epsilon) {
|
||||
|
|
Loading…
Reference in New Issue