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
84e9135e
Commit
84e9135e
authored
Sep 22, 2015
by
eric pellegrini
Browse files
cosmetic change
parent
4f860bed
Changes
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/Framework/Widgets/AtomsListWidget.py
View file @
84e9135e
...
...
@@ -50,7 +50,7 @@ class AtomListWidget(UserDefinitionWidget):
def
msg_set_ud
(
self
):
uds
=
UD_STORE
.
filter
(
self
.
_basename
,
self
.
type
)
uds
=
[
v
for
v
in
uds
if
UD_STORE
.
get_definition
(
self
.
_basename
,
self
.
type
,
v
)[
"natoms"
]
==
self
.
_configurator
.
_nAtoms
]
self
.
_availableUDs
.
SetItems
(
uds
)
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