Skip to content

Commit

Permalink
Removed code that pulled the current random seed prior to saving it t…
Browse files Browse the repository at this point in the history
…o file so that we don't accidentally get out of sequence
  • Loading branch information
daminton committed Dec 10, 2021
1 parent 7f30fec commit e1cd6bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/CTEM.f90
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ program CTEM
fracdone,nflux,ntotcrat,curyear,rclist)

! Get the last seed and save it to file
call random_seed(get=crater%seedarr)
totalimpacts = totalimpacts + ntotcrat
call io_write_const(totalimpacts,ncount,curyear,restart,fracdone,masstot,crater%seedarr)
call crater_tally_true(domain,truelist(:,1:ntrue),ntrue,truedist)
Expand Down

0 comments on commit e1cd6bc

Please sign in to comment.