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 --- lib/nspp.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/nspp.h (limited to 'lib/nspp.h') diff --git a/lib/nspp.h b/lib/nspp.h new file mode 100644 index 00000000..ace4e5d4 --- /dev/null +++ b/lib/nspp.h @@ -0,0 +1,8 @@ +# NSPP.H -- Definitions for the NCAR system plot package and metacode +# translators. + +define MAX_MCCOORD 32767 # largest mc coord +define NBITS_MCWORD 16 # nbits metacode word +define SZ_MFRECORD (1440/SZB_CHAR) # nchars metafile record. +define MF_MAGIC 2 # 2nd word of metafile record header +define INTT_TESTVAL 4096 # anything larger is a real -- cgit