Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a comment to explain that the simple crater version is temporary
  • Loading branch information
daminton committed Apr 10, 2020
1 parent 00698af commit dd9b1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crater/crater_realistic_topography.f90
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ end subroutine crater_realistic_slope_texture
call complex_peak(user,surf,crater,deltaMtot)

else if (crater%morphtype .eq. 'SIMPLE') then
call complex_floor(user,surf,crater,deltaMtot)
call complex_floor(user,surf,crater,deltaMtot) ! Temp until I make a simple crater version
end if

! Retrieve the size of the ejecta dem and correct for indexing
Expand Down

0 comments on commit dd9b1f0

Please sign in to comment.