Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
89c824c7
"plugins/amoeba/vscode:/vscode.git/clone" did not exist on "5f248e63fb2c757fda9f4a7ecccecfb1aca9fe0b"
Commit
89c824c7
authored
Apr 26, 2017
by
Rafal P. Wiewiora
Browse files
remove extra line
parent
883cb72c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
wrappers/python/simtk/openmm/app/forcefield.py
wrappers/python/simtk/openmm/app/forcefield.py
+0
-1
No files found.
wrappers/python/simtk/openmm/app/forcefield.py
View file @
89c824c7
...
@@ -1736,7 +1736,6 @@ def _createResidueTemplate(residue):
...
@@ -1736,7 +1736,6 @@ def _createResidueTemplate(residue):
template
.
addExternalBondByName
(
atom2
.
name
)
template
.
addExternalBondByName
(
atom2
.
name
)
return
template
return
template
# The following classes are generators that know how to create Force subclasses and add them to a System that is being
# The following classes are generators that know how to create Force subclasses and add them to a System that is being
# created. Each generator class must define two methods: 1) a static method that takes an etree Element and a ForceField,
# created. Each generator class must define two methods: 1) a static method that takes an etree Element and a ForceField,
# and returns the corresponding generator object; 2) a createForce() method that constructs the Force object and adds it
# and returns the corresponding generator object; 2) a createForce() method that constructs the Force object and adds it
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment