Skip to content

Commit

Permalink
code compiles with new function
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Michael Blevins committed Nov 15, 2022
1 parent cc1c3b9 commit 1a4e628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ejecta/ejecta_ray_pattern_function.f90
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
!***

!**********************************************************************************************************
function pattern(theta,r,rmin,rmax,thetari,ej) result(ans)
function ejecta_ray_pattern_function(theta,r,rmin,rmax,thetari,ej) result(ans)
use module_globals
use module_ejecta, EXCEPT_THIS_ONE => ejecta_ray_pattern_function
implicit none
Expand Down Expand Up @@ -96,4 +96,4 @@ pure function ray(theta,thetar,r,n,w) result(ans)
return
end function ray

end function pattern
end function ejecta_ray_pattern_function

0 comments on commit 1a4e628

Please sign in to comment.