source present should only be written by master

This commit is contained in:
Bryan Herman 2014-03-25 17:43:48 -04:00
parent e1d8127277
commit b552c2e652

View file

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