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
6b32fc32
Unverified
Commit
6b32fc32
authored
Mar 16, 2018
by
peastman
Committed by
GitHub
Mar 16, 2018
Browse files
Merge pull request #2023 from peastman/swig
Fixed error in SWIG wrapper for CustomIntegrator.addTabulatedFunction()
parents
5dfc1ecb
e193f9d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
wrappers/python/src/swig_doxygen/swigInputConfig.py
wrappers/python/src/swig_doxygen/swigInputConfig.py
+1
-0
No files found.
wrappers/python/src/swig_doxygen/swigInputConfig.py
View file @
6b32fc32
...
@@ -148,6 +148,7 @@ STEAL_OWNERSHIP = {("Platform", "registerPlatform") : [0],
...
@@ -148,6 +148,7 @@ STEAL_OWNERSHIP = {("Platform", "registerPlatform") : [0],
(
"CustomManyParticleForce"
,
"addTabulatedFunction"
)
:
[
1
],
(
"CustomManyParticleForce"
,
"addTabulatedFunction"
)
:
[
1
],
(
"CustomCVForce"
,
"addTabulatedFunction"
)
:
[
1
],
(
"CustomCVForce"
,
"addTabulatedFunction"
)
:
[
1
],
(
"CustomCVForce"
,
"addCollectiveVariable"
)
:
[
1
],
(
"CustomCVForce"
,
"addCollectiveVariable"
)
:
[
1
],
(
"CustomIntegrator"
,
"addTabulatedFunction"
)
:
[
1
],
(
"CompoundIntegrator"
,
"addIntegrator"
)
:
[
0
],
(
"CompoundIntegrator"
,
"addIntegrator"
)
:
[
0
],
}
}
...
...
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