mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-17 09:31:59 -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
7299a023ed
commit
62ea15192a
@ -1,7 +1,7 @@
|
||||
subroutine polyfit(x,y,sigmay,npts,nterms,mode,a,chisqr)
|
||||
implicit real*8 (a-h,o-z)
|
||||
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
|
||||
nmax = 2*nterms-1
|
||||
|
Loading…
Reference in New Issue
Block a user