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
5aebb617
"vscode:/vscode.git/clone" did not exist on "b63c08aa7961912292cf9b83efdb071a205aedd4"
Commit
5aebb617
authored
Aug 07, 2013
by
peastman
Browse files
Fixed Python API for CustomNonbondedForce.addInteractionGroup()
parent
09611266
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
wrappers/python/src/swig_doxygen/OpenMM.i
wrappers/python/src/swig_doxygen/OpenMM.i
+2
-0
No files found.
wrappers/python/src/swig_doxygen/OpenMM.i
View file @
5aebb617
...
@@ -20,6 +20,7 @@ See https://simtk.org/home/pyopenmm for details"
...
@@ -20,6 +20,7 @@ See https://simtk.org/home/pyopenmm for details"
%
include
"std_map.i"
%
include
"std_map.i"
%
include
"std_pair.i"
%
include
"std_pair.i"
%
include
"std_set.i"
%
include
"std_vector.i"
%
include
"std_vector.i"
namespace
std
{
namespace
std
{
%
template
(
pairii
)
pair
<
int
,
int
>
;
%
template
(
pairii
)
pair
<
int
,
int
>
;
...
@@ -32,6 +33,7 @@ namespace std {
...
@@ -32,6 +33,7 @@ namespace std {
%
template
(
mapstringstring
)
map
<
string
,
string
>
;
%
template
(
mapstringstring
)
map
<
string
,
string
>
;
%
template
(
mapstringdouble
)
map
<
string
,
double
>
;
%
template
(
mapstringdouble
)
map
<
string
,
double
>
;
%
template
(
mapii
)
map
<
int
,
int
>
;
%
template
(
mapii
)
map
<
int
,
int
>
;
%
template
(
seti
)
set
<
int
>
;
}
;
}
;
%
include
"windows.i"
%
include
"windows.i"
...
...
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