fixed typo in reading in multiplicity matrix

This commit is contained in:
Sam Shaner 2016-10-15 10:29:00 -04:00
parent 7b814b32e2
commit 93d100ec25

View file

@ -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