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/calcomp/ccpfa.x | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sys/gio/calcomp/ccpfa.x (limited to 'sys/gio/calcomp/ccpfa.x') diff --git a/sys/gio/calcomp/ccpfa.x b/sys/gio/calcomp/ccpfa.x new file mode 100644 index 00000000..cf54861d --- /dev/null +++ b/sys/gio/calcomp/ccpfa.x @@ -0,0 +1,16 @@ +# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. + +include "ccp.h" + +# CCP_FILLAREA -- Fill a closed area. + +procedure ccp_fillarea (p, npts) + +short p[ARB] # points defining line +int npts # number of points, i.e., (x,y) pairs +include "ccp.com" + +begin + # Not implemented yet. + call ccp_polyline (p, npts) +end -- cgit