Skip to content

Commit

Permalink
Check that the quasimc flag is set before trying to read the craterlist
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Apr 12, 2021
1 parent 8db3811 commit a440912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/CTEM.f90
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ program CTEM
call io_read_vdist(vdist,user,domain)

! Read in real crater list for quasi-MC run
call io_read_craterlist(rclist,user,domain)
if (user%doquasimc) call io_read_craterlist(rclist,user,domain)
!write(*,*) rclist

write(*,*) "Initializing simulation domain and determining minimum impactor size"
Expand Down

0 comments on commit a440912

Please sign in to comment.