"serialization/vscode:/vscode.git/clone" did not exist on "fd569d7958bcb61967052928c09830fc036b03f7"
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):
Returns
-------
the value of the effective potential
energy
the value of the effective potential
"""
alphaGroup = self.getAlphaGroup()
EGroup = self.getEGroup()
......@@ -267,7 +268,8 @@ class DualAMDIntegrator(CustomIntegrator):
Returns
-------
the value of the effective potential
energy
the value of the effective potential
"""
alphaTotal = self.getAlphaTotal()
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