From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- sys/gio/gks/gtx.f | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sys/gio/gks/gtx.f (limited to 'sys/gio/gks/gtx.f') diff --git a/sys/gio/gks/gtx.f b/sys/gio/gks/gtx.f new file mode 100644 index 00000000..c09ef7c4 --- /dev/null +++ b/sys/gio/gks/gtx.f @@ -0,0 +1,16 @@ +c GTX -- Text. Unpack an f77 string and call gx_gtx to output the string. +c + subroutine gtx (px, py, f77chars) +c + real px, py + character*(*) f77chars + integer*2 sppchars(161) +c +c +c Unpack characters from packed input array +c + call f77upk (f77chars, sppchars, min (len(f77chars), 161)) + call gxgtx (px, py, sppchars) +c +c + end -- cgit