mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
source present should only be written by master
This commit is contained in:
parent
e1d8127277
commit
b552c2e652
1 changed files with 6 additions and 6 deletions
|
|
@ -230,13 +230,13 @@ contains
|
|||
|
||||
end do TALLY_METADATA
|
||||
|
||||
end if
|
||||
! Indicate where source bank is stored in statepoint
|
||||
if (source_separate) then
|
||||
call sp % write_data(0, "source_present")
|
||||
else
|
||||
call sp % write_data(1, "source_present")
|
||||
end if
|
||||
|
||||
! Indicate where source bank is stored in statepoint
|
||||
if (source_separate) then
|
||||
call sp % write_data(0, "source_present")
|
||||
else
|
||||
call sp % write_data(1, "source_present")
|
||||
end if
|
||||
|
||||
! Check for the no-tally-reduction method
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue