Skip to content

Commit

Permalink
changed critical slope routine slightly to use lrad instead of irad, …
Browse files Browse the repository at this point in the history
…though it is not currently being used.
  • Loading branch information
daminton committed Feb 16, 2017
1 parent bf2709c commit 0716ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/crater/module_crater.f90
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,11 @@ end subroutine crater_make_list
end interface

interface
function crater_critical_slope(user,crater,iradsq) result(critical)
function crater_critical_slope(user,crater,lrad) result(critical)
use module_globals
type(usertype),intent(in) :: user
type(cratertype),intent(in) :: crater
integer(I4B),intent(in) :: iradsq
real(DP),intent(in) :: lrad
real(DP) :: critical
end function crater_critical_slope
end interface
Expand Down

0 comments on commit 0716ae3

Please sign in to comment.