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
c23d3c05
"vscode:/vscode.git/clone" did not exist on "503fbee7190cd794358f98941c95550404857513"
Commit
c23d3c05
authored
Sep 20, 2011
by
Mark Friedrichs
Browse files
Added missing getBondedParticles() method
parent
2c9eed9c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
plugins/amoeba/openmmapi/include/openmm/internal/AmoebaHarmonicBondForceImpl.h
...api/include/openmm/internal/AmoebaHarmonicBondForceImpl.h
+3
-0
No files found.
plugins/amoeba/openmmapi/include/openmm/internal/AmoebaHarmonicBondForceImpl.h
View file @
c23d3c05
...
...
@@ -37,6 +37,7 @@
#include "openmm/Kernel.h"
#include <utility>
#include <set>
#include <vector>
#include <string>
namespace
OpenMM
{
...
...
@@ -61,6 +62,8 @@ public:
return
std
::
map
<
std
::
string
,
double
>
();
// This force field doesn't define any parameters.
}
std
::
vector
<
std
::
string
>
getKernelNames
();
std
::
vector
<
std
::
pair
<
int
,
int
>
>
getBondedParticles
()
const
;
private:
AmoebaHarmonicBondForce
&
owner
;
Kernel
kernel
;
...
...
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