Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed another bug that caused an exception in debug flags
  • Loading branch information
Austin Blevins committed Feb 8, 2023
1 parent 881ce92 commit 5ca8657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regolith/regolith_streamtube_lineseg.f90
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ subroutine regolith_streamtube_lineseg(user,surfi,thetast,ri,rip1,zmin,zmax,erad
vsgly = regolith_streamtube_volume_func(eradi,ri,rip1,deltar)
vmare = vmare + (vsgly - totseb) * current(N)%comp
totseb = vsgly
linmelt = current(N)%meltfrac * vsgly * recyratio
linmelt = current(N)%meltfrac * vsgly
meltinejecta = meltinejecta + linmelt
totvol = totvol + vsgly
exit
Expand Down

0 comments on commit 5ca8657

Please sign in to comment.