From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- 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