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
9972e293
Commit
9972e293
authored
Jan 15, 2015
by
peastman
Browse files
Merge pull request #784 from rmcgibbo/whoops
Fix for #780
parents
a770b1b0
e16acd1b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
wrappers/python/simtk/openmm/__init__.py
wrappers/python/simtk/openmm/__init__.py
+2
-1
No files found.
wrappers/python/simtk/openmm/__init__.py
View file @
9972e293
...
@@ -15,7 +15,8 @@ from simtk.openmm import version
...
@@ -15,7 +15,8 @@ from simtk.openmm import version
if
sys
.
platform
==
'win32'
:
if
sys
.
platform
==
'win32'
:
_path
=
os
.
environ
[
'PATH'
]
_path
=
os
.
environ
[
'PATH'
]
os
.
environ
[
'PATH'
]
+=
'%(lib)s;%(lib)s\plugins'
%
{
'lib'
:
version
.
openmm_library_path
}
os
.
environ
[
'PATH'
]
=
'%(lib)s;%(lib)s\plugins;%(path)s'
%
{
'lib'
:
version
.
openmm_library_path
,
'path'
:
_path
}
from
simtk.openmm.openmm
import
*
from
simtk.openmm.openmm
import
*
from
simtk.openmm.vec3
import
Vec3
from
simtk.openmm.vec3
import
Vec3
...
...
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