Skip to content

Commit

Permalink
Revert induced error for boundary: should pass all
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Dec 6, 2023
1 parent f5a7361 commit 6c42be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbb/boundary.m
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ cc if (fng_chem .ne. 0.) yldot(iv1) = -nurlxg*(
elseif (isnicore(ifld) .eq. 0) then # set flux to curcore
yldot(iv1) = - nurlxn* ( qe*
. (fniy(ix,0,ifld)-fniycbo(ix,ifld))/sy(ix,0)
. - 3*curcore(ifld)*gyf(ix,0)/sygytotc ) /
. - curcore(ifld)*gyf(ix,0)/sygytotc ) /
. (qe*vpnorm*n0(ifld))
elseif (isnicore(ifld) .eq. 2) then # set flux & ni over range
yldot(iv1) = - nurlxn* ( qe*
Expand Down

0 comments on commit 6c42be7

Please sign in to comment.