aboutsummaryrefslogtreecommitdiff
path: root/pkg/xtools/inlfit/ingucolond.x
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /pkg/xtools/inlfit/ingucolond.x
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/xtools/inlfit/ingucolond.x')
-rw-r--r--pkg/xtools/inlfit/ingucolond.x19
1 files changed, 19 insertions, 0 deletions
diff --git a/pkg/xtools/inlfit/ingucolond.x b/pkg/xtools/inlfit/ingucolond.x
new file mode 100644
index 00000000..db3ab047
--- /dev/null
+++ b/pkg/xtools/inlfit/ingucolond.x
@@ -0,0 +1,19 @@
+# ING_UCOLON -- User default colon commands
+
+procedure ing_ucolond (in, gp, gt, nl, x, y, wts, npts, nvars, newgraph)
+
+pointer in # INLFIT pointer
+pointer gp # GIO pointer
+pointer gt # GTOOLS pointer
+pointer nl # NLFIT pointer
+double x[ARB] # Independent variables
+double y[npts] # Dependent variables
+double wts[npts] # Weights
+int npts # Number of points
+int nvars # Number of variables
+int newgraph # New graph ? (output)
+
+begin
+ # Ring bell
+ call printf ("\07\n")
+end