Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cigale
CIGALE
Commits
0f8697da
Commit
0f8697da
authored
May 11, 2016
by
Yannick Roehlly
Browse files
[bug] Correct m2005 module
parent
444a153f
Changes
1
Hide whitespace changes
Inline
Side-by-side
pcigale/sed_modules/m2005.py
View file @
0f8697da
...
...
@@ -126,10 +126,10 @@ class M2005(SedModule):
old_masses
[
4
]
+
young_masses
[
4
],
True
)
sed
.
add_contribution
(
"stellar.old"
,
ssp
.
wavelength_grid
,
self
.
ssp
.
wavelength_grid
,
old_spectrum
)
sed
.
add_contribution
(
"stellar.young"
,
ssp
.
wavelength_grid
,
self
.
ssp
.
wavelength_grid
,
young_spectrum
)
# SedModule to be returned by get_module
...
...
Write
Preview
Supports
Markdown
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