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
4537062c
Commit
4537062c
authored
Sep 26, 2013
by
Robert McGibbon
Browse files
Fix typo
parent
2084a6b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
wrappers/python/simtk/openmm/app/gromacstopfile.py
wrappers/python/simtk/openmm/app/gromacstopfile.py
+4
-4
No files found.
wrappers/python/simtk/openmm/app/gromacstopfile.py
View file @
4537062c
...
...
@@ -759,10 +759,10 @@ class GromacsTopFile(object):
return
sys
def
_defaultGromacsIncludeDir
():
"""Find the location where gromacs #include files are referenced from, by
searching
for (1) gromacs environment varia
v
les
in the prsented system
, (2) for the gromacs
binary
'pdb2gmx' in the PATH, or (3) just using the default gromacs install
location,
/usr/local/gromacs/share/gromacs/top """
"""Find the location where gromacs #include files are referenced from, by
searching
for (1) gromacs environment varia
b
les, (2) for the gromacs
binary
'pdb2gmx' in the PATH, or (3) just using the default gromacs install
location,
/usr/local/gromacs/share/gromacs/top """
if
'GMXDATA'
in
os
.
environ
:
return
os
.
path
.
join
(
os
.
environ
[
'GMXDATA'
],
'top'
)
if
'GMXBIN'
in
os
.
environ
:
...
...
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