Skip to content

Commit 63d462f

Browse files
committed
Fix #158
Removing code line 243 which was useless. Thanks to @vladimir-ch for pointing this out and @oamarques for approving the fix
1 parent 7bb8302 commit 63d462f

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

SRC/dlasq4.f

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ SUBROUTINE DLASQ4( I0, N0, Z, PP, N0IN, DMIN, DMIN1, DMIN2, DN,
240240
NP = NN - 9
241241
ELSE
242242
NP = NN - 2*PP
243-
B2 = Z( NP-2 )
244243
GAM = DN1
245244
IF( Z( NP-4 ) .GT. Z( NP-2 ) )
246245
$ RETURN

SRC/slasq4.f

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ SUBROUTINE SLASQ4( I0, N0, Z, PP, N0IN, DMIN, DMIN1, DMIN2, DN,
240240
NP = NN - 9
241241
ELSE
242242
NP = NN - 2*PP
243-
B2 = Z( NP-2 )
244243
GAM = DN1
245244
IF( Z( NP-4 ) .GT. Z( NP-2 ) )
246245
$ RETURN

0 commit comments

Comments
 (0)