mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
fixed typo in reading in multiplicity matrix
This commit is contained in:
parent
7b814b32e2
commit
93d100ec25
1 changed files with 1 additions and 1 deletions
|
|
@ -1013,7 +1013,7 @@ module mgxs_header
|
|||
|
||||
! Allocate flattened array
|
||||
allocate(temp_arr(length))
|
||||
call read_dataset(temp_arr, scatt_grp, "multiplicity_matrix")
|
||||
call read_dataset(temp_arr, scatt_grp, "multiplicity matrix")
|
||||
|
||||
! Convert temp_arr to a jagged array ((gin) % data(gout)) for
|
||||
! passing to ScattData
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue