"""Test that altering the mass of hydrogens works correctly."""
topology=prmtop1.topology
hydrogenMass=4*amu
system1=prmtop1.createSystem()
...
...
@@ -279,7 +279,7 @@ class TestAmberPrmtopFile(unittest.TestCase):
deftest_ImplicitSolventForces(self):
"""Compute forces for different implicit solvent types, and compare them to ones generated with a previous version of OpenMM to ensure they haven't changed."""