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
322bd639
"...ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "76d592d6d702f7ad33eec94c9156ba7257ad6d1d"
Commit
322bd639
authored
Dec 13, 2015
by
Robert T. McGibbon
Browse files
Update CustomHbondForce.h
parent
4bafde33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openmmapi/include/openmm/CustomHbondForce.h
openmmapi/include/openmm/CustomHbondForce.h
+2
-2
No files found.
openmmapi/include/openmm/CustomHbondForce.h
View file @
322bd639
...
@@ -369,8 +369,8 @@ public:
...
@@ -369,8 +369,8 @@ public:
* Get the donor and acceptor in a pair whose interaction should be excluded.
* Get the donor and acceptor in a pair whose interaction should be excluded.
*
*
* @param index the index of the exclusion for which to get donor and acceptor indices
* @param index the index of the exclusion for which to get donor and acceptor indices
* @param[out]
particle1
the index of the donor
* @param[out]
donor
the index of the donor
* @param[out]
particle2
the index of the acceptor
* @param[out]
acceptor
the index of the acceptor
*/
*/
void
getExclusionParticles
(
int
index
,
int
&
donor
,
int
&
acceptor
)
const
;
void
getExclusionParticles
(
int
index
,
int
&
donor
,
int
&
acceptor
)
const
;
/**
/**
...
...
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