Skip to content

Commit

Permalink
Removed write statement
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Apr 10, 2020
1 parent dd9b1f0 commit a9f6500
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crater/crater_slope_collapse.f90
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ subroutine crater_slope_collapse(user,surf,crater,domain,critical,deltaMtot)

if (user%dorealistic) then
call crater_realistic_slope_texture(user,critical,inc,critarray)
write(*,*) 'critical, max min, ',critical,minval(critarray),maxval(critarray)
else
critarray(:,:) = critical
end if
Expand Down

0 comments on commit a9f6500

Please sign in to comment.