diff --git a/lapack-netlib/SRC/dlaruv.f b/lapack-netlib/SRC/dlaruv.f index 1a4ce4009..25c7c5503 100644 --- a/lapack-netlib/SRC/dlaruv.f +++ b/lapack-netlib/SRC/dlaruv.f @@ -426,10 +426,10 @@ * the statistically correct thing to do in this situation is * simply to iterate again. * N.B. the case X( I ) = 0.0 should not be possible. - I1 = I1 + 2 - I2 = I2 + 2 - I3 = I3 + 2 - I4 = I4 + 2 + I1 = IT1 + I2 = IT2 + I3 = IT3 + I4 = IT4 GOTO 20 END IF * diff --git a/lapack-netlib/SRC/slaruv.f b/lapack-netlib/SRC/slaruv.f index cd37a1c47..31975b6b8 100644 --- a/lapack-netlib/SRC/slaruv.f +++ b/lapack-netlib/SRC/slaruv.f @@ -427,10 +427,10 @@ * the statistically correct thing to do in this situation is * simply to iterate again. * N.B. the case X( I ) = 0.0 should not be possible. - I1 = I1 + 2 - I2 = I2 + 2 - I3 = I3 + 2 - I4 = I4 + 2 + I1 = IT1 + I2 = IT2 + I3 = IT3 + I4 = IT4 GOTO 20 END IF *