Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
fb11d09a
Commit
fb11d09a
authored
Oct 13, 2016
by
eric pellegrini
Browse files
Bug fix with trajectory argument of ISelector derived classes
parent
5850fcd5
Changes
2
Show whitespace changes
Inline
Side-by-side
MDANSE/Framework/Plugins/AtomSelectionPlugin.py
View file @
fb11d09a
...
...
@@ -358,7 +358,7 @@ class AtomSelectionPlugin(UserDefinitionPlugin):
return
if
not
self
.
_selectors
.
has_key
(
selectionFilter
):
self
.
_selectors
[
selectionFilter
]
=
[
str
(
v
)
for
v
in
REGISTRY
[
"selector"
][
selectionFilter
](
self
.
_trajectory
.
universe
).
choices
]
self
.
_selectors
[
selectionFilter
]
=
[
str
(
v
)
for
v
in
REGISTRY
[
"selector"
][
selectionFilter
](
self
.
_trajectory
).
choices
]
self
.
values
.
DeselectAll
()
...
...
MDANSE/__pkginfo__.py
View file @
fb11d09a
__version__
=
"1.0.
1
"
__version__
=
"1.0.
2
"
__date__
=
"1
2
-10-2016"
__date__
=
"1
3
-10-2016"
__author__
=
"Eric Pellegrini"
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