aboutsummaryrefslogtreecommitdiff
path: root/pkg/tbtables/fitsio/ftgmsg.f
blob: b8835decb97b17e03722c09704a3a7b5c3b57329 (plain) (blame)
1
2
3
4
5
6
7
C------------------------------------------------------------------------------
        subroutine ftgmsg(text)

C       get error message from top of stack and shift the stack up one message
        character*(*) text
        call ftxmsg(-1,text)
        end