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
8f8dbd12
"platforms/brook/src/BrookFloatStreamImpl.h" did not exist on "012b28e6e9d3a3848789b7cb3ca055052528fb36"
Commit
8f8dbd12
authored
Nov 11, 2016
by
Jason Swails
Browse files
Fix typo.
parent
829792ef
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/app/internal/singleton.py
wrappers/python/simtk/openmm/app/internal/singleton.py
+1
-1
No files found.
wrappers/python/simtk/openmm/app/internal/singleton.py
View file @
8f8dbd12
...
...
@@ -7,7 +7,7 @@ class Singleton(object):
_inst
=
None
def
__new__
(
cls
):
if
cls
.
_inst
is
None
:
cls
.
_inst
=
super
(
_
Singleton
,
cls
).
__new__
(
cls
)
cls
.
_inst
=
super
(
Singleton
,
cls
).
__new__
(
cls
)
return
cls
.
_inst
def
__reduce__
(
self
):
...
...
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