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
f4c6e598
"platforms/cpu/vscode:/vscode.git/clone" did not exist on "1945dd6c89023cfbc17aebf16bcb996d0adca946"
Commit
f4c6e598
authored
Mar 01, 2011
by
Peter Eastman
Browse files
Bug fix to python wrappers
parent
0139d9b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/python/simtk/openmm/__init__.py
wrappers/python/simtk/openmm/__init__.py
+1
-1
No files found.
wrappers/python/simtk/openmm/__init__.py
View file @
f4c6e598
...
@@ -33,5 +33,5 @@ else:
...
@@ -33,5 +33,5 @@ else:
sys
.
setdlopenflags
(
flags
|
ctypes
.
RTLD_GLOBAL
)
sys
.
setdlopenflags
(
flags
|
ctypes
.
RTLD_GLOBAL
)
from
simtk.openmm.openmm
import
Platform
from
simtk.openmm.openmm
import
*
pluginLoadedLibNames
=
Platform
.
loadPluginsFromDirectory
(
Platform
.
getDefaultPluginsDirectory
())
pluginLoadedLibNames
=
Platform
.
loadPluginsFromDirectory
(
Platform
.
getDefaultPluginsDirectory
())
\ No newline at end of file
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