Skip to content

Commit 2ff1a81

Browse files
committed
correction
1 parent 4bd918b commit 2ff1a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pflotran/src/pflotran/reaction_sandbox_pnnl_cyber_mrmt.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,8 +1378,8 @@ subroutine CyberReact(this,Residual,Jacobian,compute_derivative, &
13781378
this%alpha(i) = rt_auxvar%auxiliary_data(i+j)
13791379
!print *,'i-',i,this%alpha(i),this%vol_frac_mrmt(i)%ptr
13801380
enddo
1381-
do i = 1, MRMT
13821381
do j=1,7
1382+
do i = 1, MRMT
13831383
irxn = irxn + 1
13841384
this%stoich_row(2,irxn)%ptr = this%vol_frac_mrmt(i)%ptr !update multirate reaction stoichometry
13851385
enddo

0 commit comments

Comments
 (0)