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

C       OBSOLETE routine: should call ftghtb instead

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

        call ftghtb(iunit,0,ncols,nrows,nfield,ttype,
     &                    tbcol,tform,tunit,extnam,status)
        end