Remove commented-out code

This commit is contained in:
Sterling Harper 2018-08-07 17:06:53 -04:00
parent 2ff8eb4696
commit 0f4159ca97

View file

@ -368,12 +368,6 @@ contains
call write_source_point(filename)
end if
! Write out source point if it's been specified for this batch
!if ((sourcepoint_batch % contains(current_batch) .or. source_latest) .and. &
! source_write) then
! call write_source_point()
!end if
end subroutine finalize_batch
!===============================================================================