Skip to content

Commit

Permalink
Bugfix for variable oldseec
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Jan 11, 2024
1 parent 2da412d commit c778688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbb/oderhs.m
Original file line number Diff line number Diff line change
Expand Up @@ -2492,7 +2492,7 @@ ccc if (isupgon .eq. 1 .and. zi(ifld) .eq. 0.0) call neudif
. )
seec(ix,iy) = seec(ix,iy)
. + (t1old*vol(ix,iy) - t2old)*oldseec
. + ((t1+t2)*vol(ix,iy))*(1-oldseec)
. + ((t1new+t2new)*vol(ix,iy))*(1-oldseec)
if (nusp-isupgon(1).eq.1) smoc(ix,iy,1)=(( -cpgx*gpex(ix,iy)-
. qe*nexface*gpondpotx(ix,iy) )*rrv(ix,iy) +
. pondomfpare_use(ix,iy) )*sx(ix,iy)/gxf(ix,iy)
Expand Down

0 comments on commit c778688

Please sign in to comment.