Commit 8dda27f7 authored by Jason Swails's avatar Jason Swails
Browse files

setLongRangeCorrection -> setUseLongRangeCorrection

parent 4e68c476
......@@ -1316,7 +1316,7 @@ class CharmmPsfFile(object):
nonbondedMethod is ff.CutoffPeriodic):
cforce.setNonbondedMethod(cforce.CutoffPeriodic)
cforce.setCutoffDistance(nonbondedCutoff)
cforce.setLongRangeCorrection(True)
cforce.setUseLongRangeCorrection(True)
elif nonbondedMethod is ff.NoCutoff:
cforce.setNonbondedMethod(cforce.NoCutoff)
elif nonbondedMethod is ff.CutoffNonPeriodic:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment