Skip to content
Snippets Groups Projects
Commit 4e7a850c authored by Dave Whipp's avatar Dave Whipp
Browse files

fixed typo

parent 2c9074a9
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ else
! Modify velocities
if (osolve%z(i).lt.eps) then
if (osolve%x(i).le.x0) then
if (osolve%x(i).le.x0(i)) then
if (spu.le.1.d0-eps) then ! No change in B/Cs
zdisp=osolve%u(i)*sin(atan(zsl)) ! Negative for negative slope
vinit=(osolve%u(i)**2.d0+osolve%w(i)**2.d0)**0.5d0 ! Incoming velocity vector magnitude
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment