mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Minor fixes for #589
This commit is contained in:
parent
7261a2d068
commit
76a99e4486
1 changed files with 2 additions and 2 deletions
|
|
@ -747,7 +747,7 @@ contains
|
|||
&file")
|
||||
end if
|
||||
|
||||
! Read tallies to master. If we are using Parallel HDF5, all processors
|
||||
! Read tallies to master. If we are using Parallel HDF5, all processes
|
||||
! need to be included in the HDF5 calls.
|
||||
#ifdef PHDF5
|
||||
if (.true.) then
|
||||
|
|
@ -777,7 +777,7 @@ contains
|
|||
trim(to_str(tally % id)))
|
||||
call read_dataset(tally_group, "results", tally % results)
|
||||
call read_dataset(tally_group, "n_realizations", &
|
||||
&tally % n_realizations)
|
||||
tally % n_realizations)
|
||||
call close_group(tally_group)
|
||||
end do TALLY_RESULTS
|
||||
end if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue