mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Merge pull request #1556 from NuclearEngideer/develop
Fixed typo in data/photon.py
This commit is contained in:
commit
d3909eb81d
1 changed files with 1 additions and 1 deletions
|
|
@ -880,7 +880,7 @@ class IncidentPhoton(EqualityMixin):
|
|||
# Cubic spline interpolation in log energy and linear DCS
|
||||
cs = CubicSpline(logx, y[:, j])
|
||||
|
||||
# Get scaled DCS values (millibarns) on new energy grid
|
||||
# Get scaled DCS values (barns) on new energy grid
|
||||
dcs[:, j] = cs(log_energy)
|
||||
|
||||
_BREMSSTRAHLUNG[i]['dcs'] = dcs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue