Commit be0387b6 authored by peastman's avatar peastman
Browse files

Merge pull request #1262 from rmcgibbo/docstring2

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