Skip to content

Commit bc57135

Browse files
committed
ifx bug
1 parent 22422be commit bc57135

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/fitpack_core.f90

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12517,7 +12517,9 @@ subroutine fpsphe(iopt,m,teta,phi,r,w,s,ntest,npest,eta,tol,maxit, &
1251712517
jlt = j+lt
1251812518
htj = ht(j)
1251912519
if (jlt==3) then
12520-
h(1:3) = [h(1)+htj,facc*htj,facs*htj]
12520+
h(1) = h(1)+htj
12521+
h(2) = facc*htj
12522+
h(3) = facs*htj
1252112523
j1 = 3
1252212524
elseif (jlt==nt4) then
1252312525
h(j1+1:j1+3) = htj*[facc,facs,one]

0 commit comments

Comments
 (0)