Skip to content

Commit

Permalink
Fixed a bug that should hopefully enable faster calculations of real …
Browse files Browse the repository at this point in the history
…time
  • Loading branch information
Austin Michael Blevins committed Aug 2, 2023
1 parent 3aa3f62 commit 870fc9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crater/crater_populate.f90
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ subroutine crater_populate(user,surf,crater,domain,prod,production_list,vdist,nt
write(*,*) crater%imp, crater%impvel, crater%xl, crater%yl, crater%sinimpang
error stop "Invalid surface elevation detected. Halting."
end if
oldGa = crater%timestampGa
end do ! end crater production loop

if (ntrue > 0) then
Expand Down

0 comments on commit 870fc9a

Please sign in to comment.