Commit be0387b6 authored by peastman's avatar peastman
Browse files

Merge pull request #1262 from rmcgibbo/docstring2

AMD docstring fix
parents d8299046 4bbfd3d1
...@@ -160,7 +160,8 @@ class AMDForceGroupIntegrator(CustomIntegrator): ...@@ -160,7 +160,8 @@ class AMDForceGroupIntegrator(CustomIntegrator):
Returns Returns
------- -------
the value of the effective potential energy
the value of the effective potential
""" """
alphaGroup = self.getAlphaGroup() alphaGroup = self.getAlphaGroup()
EGroup = self.getEGroup() EGroup = self.getEGroup()
...@@ -267,7 +268,8 @@ class DualAMDIntegrator(CustomIntegrator): ...@@ -267,7 +268,8 @@ class DualAMDIntegrator(CustomIntegrator):
Returns Returns
------- -------
the value of the effective potential energy
the value of the effective potential
""" """
alphaTotal = self.getAlphaTotal() alphaTotal = self.getAlphaTotal()
ETotal = self.getETotal() ETotal = self.getETotal()
......
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