This commit is contained in:
David St-Onge 2017-04-02 21:51:39 -04:00
parent 4dbcecf2da
commit 99a405984e
1 changed files with 1 additions and 1 deletions

View File

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