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
7fe2ef67
Commit
7fe2ef67
authored
Aug 22, 2016
by
eric pellegrini
Browse files
Modifed the AtomSelection plugin with the changes made in Selector class hierarchy
parent
6f497831
Changes
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/Framework/Plugins/AtomSelectionPlugin.py
View file @
7fe2ef67
...
...
@@ -282,7 +282,7 @@ class AtomSelectionPlugin(UserDefinitionPlugin):
self
.
_trajectory
=
trajectory
self
.
_query
.
set_parser
(
AtomSelectionParser
(
self
.
_trajectory
.
universe
))
self
.
_query
.
set_parser
(
AtomSelectionParser
(
self
.
_trajectory
))
self
.
_atoms
=
sorted_atoms
(
self
.
_trajectory
.
universe
)
...
...
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