mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-22 05:28:34 -05:00
Fix a minor typo.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7349 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
39dea28703
commit
a5d142e9e8
@ -1,7 +1,7 @@
|
|||||||
subroutine polyfit(x,y,sigmay,npts,nterms,mode,a,chisqr)
|
subroutine polyfit(x,y,sigmay,npts,nterms,mode,a,chisqr)
|
||||||
implicit real*8 (a-h,o-z)
|
implicit real*8 (a-h,o-z)
|
||||||
real*8 x(npts), y(npts), sigmay(npts), a(nterms)
|
real*8 x(npts), y(npts), sigmay(npts), a(nterms)
|
||||||
real*8 sumx(19), sumy(10), array(10,10)
|
real*8 sumx(10), sumy(10), array(10,10)
|
||||||
|
|
||||||
! Accumulate weighted sums
|
! Accumulate weighted sums
|
||||||
nmax = 2*nterms-1
|
nmax = 2*nterms-1
|
||||||
|
Loading…
Reference in New Issue
Block a user