Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed a bug (CTEM shouldn't have even compiled here but somehow it did)
  • Loading branch information
Austin Blevins committed Feb 22, 2023
1 parent bbdd706 commit 3c04ce4
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 @@ -66,7 +66,7 @@ subroutine regolith_streamtube_lineseg(user,surfi,thetast,ri,rip1,zmin,zmax,erad

vol = 0.0_DP

do N=N,2,-1
do N=M,2,-1

!if (.not. associated(current%next)) exit !it should exit until it hit the very bottom.

Expand Down

0 comments on commit 3c04ce4

Please sign in to comment.