Commit 84afd74a authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Changed cutoff test for AmoebaVdwForce/AmoebaMultipoleForce.

parent 46d14b89
......@@ -167,7 +167,7 @@ class AmoebaTestForceField(unittest.TestCase):
for method in [NoCutoff, PME]:
system = self.forcefield1.createSystem(self.pdb1.topology,
nonbondedMethod=method,
vdwCutoff=cutoff_distance,
nonbondedCutoff=cutoff_distance,
constraints=None)
for force in system.getForces():
......
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