mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Updated ipython notebook and some poor indentation
This commit is contained in:
parent
26244eabcf
commit
f4731567e1
2 changed files with 62 additions and 64 deletions
File diff suppressed because one or more lines are too long
|
|
@ -531,7 +531,7 @@ module mgxs_header
|
|||
! Finally convert the legendre to tabular if needed
|
||||
allocate(scatt_coeffs(groups))
|
||||
if (this % scatter_type == ANGLE_LEGENDRE .and. &
|
||||
legendre_to_tabular) then
|
||||
legendre_to_tabular) then
|
||||
this % scatter_type = ANGLE_TABULAR
|
||||
order_dim = legendre_to_tabular_points
|
||||
order = order_dim
|
||||
|
|
@ -889,7 +889,7 @@ module mgxs_header
|
|||
! Finally convert the legendre to tabular if needed
|
||||
allocate(scatt_coeffs(groups, this % n_azi, this % n_pol))
|
||||
if (this % scatter_type == ANGLE_LEGENDRE .and. &
|
||||
legendre_to_tabular) then
|
||||
legendre_to_tabular) then
|
||||
this % scatter_type = ANGLE_TABULAR
|
||||
order_dim = legendre_to_tabular_points
|
||||
order = order_dim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue