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
21fc406b
"platforms/reference/vscode:/vscode.git/clone" did not exist on "eb2f74e01a4c2faf4abb9bae7aa47c471674213d"
Commit
21fc406b
authored
Aug 14, 2013
by
peastman
Browse files
simtk.openmm.__version__ always matches the OpenMM version number
parent
922bda97
Changes
1
Hide 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 @
21fc406b
...
...
@@ -12,7 +12,6 @@ It also tries to load any plugin modules it can find.
"""
__author__
=
"Randall J. Radmer"
__version__
=
"1.0"
import
os
,
sys
,
glob
if
sys
.
platform
==
"win32"
:
...
...
@@ -36,3 +35,4 @@ else:
from
simtk.openmm.openmm
import
*
from
simtk.openmm.vec3
import
Vec3
pluginLoadedLibNames
=
Platform
.
loadPluginsFromDirectory
(
Platform
.
getDefaultPluginsDirectory
())
__version__
=
Platform
.
getOpenMMVersion
()
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