Skip to content

Commit 82134a3

Browse files
committed
ifx bug #2
1 parent bc57135 commit 82134a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/fitpack_core.f90

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12815,7 +12815,8 @@ subroutine fpsphe(iopt,m,teta,phi,r,w,s,ntest,npest,eta,tol,maxit, &
1281512815
if (j>1 .and. j<nt6) then
1281612816
h(1:npp) = row(1:npp)
1281712817
else
12818-
h(1:2) = [facc,facs]
12818+
h(1) = facc
12819+
h(2) = facs
1281912820
if(j==1) jrot = 2
1282012821
endif
1282112822

0 commit comments

Comments
 (0)