diff --git a/borrow/rpfits/code/rpfitsin.f b/borrow/rpfits/code/rpfitsin.f
index 3e5f86da..0be74263 100644
a
|
b
|
C----------------------------------------------------------------------- |
831 | 831 | include 'rpfits.inc' |
832 | 832 | |
833 | 833 | logical ILLPARM |
834 | | integer baseline, bin, bufptr, flag, grpptr, i_grphdr(640), |
| 834 | integer baseline, bin, bufptr, flag, grpptr, i_grphdr(11), |
835 | 835 | : iant, if_no, iif, iq, jstat, lun, pcount, sourceno |
836 | | real grphdr(640), buffer(640), rbase, u, v, w, ut |
| 836 | real grphdr(11), buffer(640), rbase, u, v, w, ut |
837 | 837 | |
838 | 838 | C First 5 parameters are always there - you hope! |
839 | 839 | call VAXR4 (grphdr(grpptr), u) |
diff --git a/src/prog/analysis/Makefile.am b/src/prog/analysis/Makefile.am
index 1e944f8a..34d5dbfe 100644
a
|
b
|
include $(top_srcdir)/mircommon.mak |
6 | 6 | |
7 | 7 | LDADD = $(prog_libs) |
8 | 8 | |
9 | | ftasks = avmaths boxspec boxtest clfind clplot \ |
| 9 | ftasks = avmaths boxspec boxtest clfind \ |
10 | 10 | clstats colden contsub convol demos \ |
11 | 11 | deproject ellint ellplt fft gaufit gaufit2 \ |
12 | 12 | hanning hatfft hermes histo imbin \ |
diff --git a/src/prog/analysis/velmodel.for b/src/prog/analysis/velmodel.for
index 06c3f352..0f5ec1ec 100644
a
|
b
|
c compute rms velocity along line of sight. |
280 | 280 | c |
281 | 281 | implicit none |
282 | 282 | integer nstep |
283 | | real xt,yt,vrot(1),vrad(2),vr(nstep),rstep,vel,radius(1) |
| 283 | real xt,yt,vrot(2),vrad(2),vr(nstep),rstep,vel,radius(1) |
284 | 284 | real z0,zexp,sini |
285 | 285 | logical dosamp |
286 | 286 | c---------------------------------------------------------------------- |
diff --git a/src/prog/sma/smablsrc.for b/src/prog/sma/smablsrc.for
index cbd045ec..fd8e8764 100644
a
|
b
|
c************************************************************************ |
728 | 728 | subroutine avgchn(numpol,bchan,echan,data,flags,nchan, |
729 | 729 | * bpnspect,bpnschan,maxchan,chnwt,chz,chzwt, |
730 | 730 | * weight,dochunk) |
731 | | PARAMETER(maxwin=33, maxschan=1024, maxpol=2) |
| 731 | PARAMETER(maxschan=1024, maxpol=2) |
732 | 732 | integer nchan,bpnspect,maxchan,bpnschan(maxwin) |
733 | 733 | integer i,j,numpol,bchan,echan, ipol |
734 | 734 | integer bschan, eschan |
… |
… |
c************************************************************************ |
817 | 817 | subroutine divchz(numpol,data,ndata,nchan, |
818 | 818 | * bpnspect,bpnschan,maxchan,chnwt,chz,chzwt,weight, |
819 | 819 | * edge,dochunk) |
820 | | PARAMETER(maxwin=49, maxschan=1024, maxpol=2) |
| 820 | PARAMETER(maxschan=1024, maxpol=2) |
821 | 821 | PARAMETER(pi=3.14159265358979323846) |
822 | 822 | integer nchan,bpnspect,maxchan,bpnschan(maxwin) |
823 | 823 | integer i,j,numpol, ipol |
diff --git a/src/prog/sma/smamfcal.for b/src/prog/sma/smamfcal.for
index 919e42d3..e58c66fb 100755
a
|
b
|
c |
1988 | 1988 | c************************************************************************ |
1989 | 1989 | subroutine avgchn(numpol,bchan,echan,data,flags,nchan, |
1990 | 1990 | * bpnspect,bpnschan,maxchan,chnwt,chz,chzwt,weight,sb,telescop) |
1991 | | PARAMETER(maxwin=49, maxpol=2) |
| 1991 | PARAMETER(maxpol=2) |
1992 | 1992 | integer nchan,bpnspect,maxchan,bpnschan(maxwin),sb(maxwin) |
1993 | 1993 | integer i,j,numpol,bchan,echan, ipol |
1994 | 1994 | integer bschan, eschan |
… |
… |
c************************************************************************ |
2116 | 2116 | subroutine divchz(numpol,data,ndata,nchan, |
2117 | 2117 | * bpnspect,bpnschan,maxchan,chnwt,chz,chzwt,weight, |
2118 | 2118 | * edge) |
2119 | | PARAMETER(maxwin=49, maxpol=2) |
| 2119 | PARAMETER(maxpol=2) |
2120 | 2120 | PARAMETER(pi=3.14159265358979323846) |
2121 | 2121 | integer nchan,bpnspect,maxchan,bpnschan(maxwin) |
2122 | 2122 | integer i,j,numpol,ipol |
diff --git a/src/prog/vis/uvtriple.for b/src/prog/vis/uvtriple.for
index 0c105ee5..1ae1c1f9 100644
a
|
b
|
c |
2041 | 2041 | win(3) = ylo |
2042 | 2042 | win(4) = yhi |
2043 | 2043 | else |
2044 | | call windec (2, str, il, win(3), ok) |
| 2044 | call windec (2, str, il, win, ok) |
2045 | 2045 | end if |
2046 | 2046 | end if |
2047 | 2047 | else |