aboutsummaryrefslogtreecommitdiff
path: root/pkg/tbtables/fitsio/ftptbh.f
blob: 6ed2e91bc64bbf81ebdb454b37cd27d478719b84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
C----------------------------------------------------------------------
        subroutine ftptbh(ounit,ncols,nrows,nfield,ttype,tbcol,
     &  tform,tunit,extnam,status)

C       OBSOLETE routine: should call ftphtb instead

        integer ounit,ncols,nrows,nfield,tbcol(*),status
        character*(*) ttype(*),tform(*),tunit(*),extnam

        call ftphtb(ounit,ncols,nrows,nfield,ttype,tbcol,
     &  tform,tunit,extnam,status)
        end