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

C       put error message onto stack.
        character*(*) text
        call ftxmsg(1,text)
        end