Skip to content

Commit

Permalink
Forces test failure by changing source
Browse files Browse the repository at this point in the history
To demonstrate successful identification of errors
  • Loading branch information
holm10 committed Dec 6, 2023
1 parent de49e28 commit 68cbaf2
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)
. - curcore(ifld)*gyf(ix,0)/sygytotc ) /
. - 2*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 68cbaf2

Please sign in to comment.