Skip to content

Commit

Permalink
MAINT: Fix intel fortran warning [wheel build]
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Jul 25, 2024
1 parent 7a77d73 commit f2ef1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skmisc/loess/src/loessf.f
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,7 @@ subroutine ehg129(l,u,d,x,pi,n,sigma)

c {called only from ehg127} purpose...?...
subroutine ehg137(z,leaf,nleaf,d,ncmax,a,xi,lo,hi)
integer d,nleaf
integer d,nleaf,ncmax
integer leaf(256),a(ncmax),hi(ncmax),lo(ncmax),pstack(20)
DOUBLE PRECISION z(d),xi(ncmax)

Expand Down

0 comments on commit f2ef1b3

Please sign in to comment.