Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure to close files when you are done with them
  • Loading branch information
daminton committed Apr 29, 2020
1 parent 2eae8bb commit 3bc2d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crater/crater_realistic_topography.f90
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ subroutine ejecta_texture(user,surf,crater,deltaMtot,inc,ejecta_dem)
read(12,*) num_octaves
read(12,*) xy_noise_fac
read(12,*) noise_height
close(12)

! Get the ejecta mass
ejbmass = sum(ejecta_dem)
Expand Down

0 comments on commit 3bc2d8c

Please sign in to comment.