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
cf843edb
"platforms/vscode:/vscode.git/clone" did not exist on "3c100e69f095ad86f55b27768fce0df9b4563f5a"
Commit
cf843edb
authored
Feb 07, 2015
by
Jason Swails
Browse files
Update return unit call structure for getStretchBendParameters
parent
94ca75c6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/python/src/swig_doxygen/swigInputConfig.py
wrappers/python/src/swig_doxygen/swigInputConfig.py
+1
-1
No files found.
wrappers/python/src/swig_doxygen/swigInputConfig.py
View file @
cf843edb
...
...
@@ -277,7 +277,7 @@ UNITS = {
(
"AmoebaPiTorsionForce"
,
"getPiTorsionParameters"
)
:
(
None
,
(
None
,
None
,
None
,
None
,
None
,
None
,
'unit.kilojoule_per_mole'
)),
(
"AmoebaStretchBendForce"
,
"getNumStretchBends"
)
:
(
None
,
()),
(
"AmoebaStretchBendForce"
,
"getStretchBendParameters"
)
:
(
None
,
(
None
,
None
,
None
,
'unit.nanometer'
,
'unit.nanometer'
,
'unit.radian'
,
'unit.kilojoule_per_mole/unit.nanometer/unit.degree'
)),
(
"AmoebaStretchBendForce"
,
"getStretchBendParameters"
)
:
(
None
,
(
None
,
None
,
None
,
'unit.nanometer'
,
'unit.nanometer'
,
'unit.radian'
,
'unit.kilojoule_per_mole/unit.nanometer/unit.degree'
,
'unit.kilojoule_per_mole/unit.nanometer/unit.degree'
)),
(
"AmoebaTorsionTorsionForce"
,
"getNumTorsionTorsions"
)
:
(
None
,
()),
(
"AmoebaTorsionTorsionForce"
,
"getNumTorsionTorsionGrids"
)
:
(
None
,
()),
...
...
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