This commit is contained in:
David St-Onge 2017-02-22 18:04:48 -05:00
parent d8e35e59bd
commit ee516c1dc7
1 changed files with 1 additions and 1 deletions

View File

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