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
a7236311
Commit
a7236311
authored
Aug 25, 2016
by
eric pellegrini
Browse files
Merge branch 'partial_charges_plugin' into develop
parents
25eb135e
feb31cef
Changes
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/Framework/Plugins/PartialChargesPlugin.py
View file @
a7236311
...
...
@@ -110,7 +110,7 @@ class PartialChargesPlugin(UserDefinitionPlugin):
else
:
descr
=
(
obj
.
name
,)
d
=
self
.
_contents
.
setdefault
(
descr
,[
0.0
,[]])
d
[
1
].
append
(
at
.
index
)
d
[
1
].
append
(
obj
.
index
)
self
.
_grid
.
CreateGrid
(
0
,
2
)
...
...
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