aboutsummaryrefslogtreecommitdiff
path: root/pkg/xtools/inlfit/ingucolonr.x
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/xtools/inlfit/ingucolonr.x
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/xtools/inlfit/ingucolonr.x')
-rw-r--r--pkg/xtools/inlfit/ingucolonr.x19
1 files changed, 19 insertions, 0 deletions
diff --git a/pkg/xtools/inlfit/ingucolonr.x b/pkg/xtools/inlfit/ingucolonr.x
new file mode 100644
index 00000000..1a7de7a5
--- /dev/null
+++ b/pkg/xtools/inlfit/ingucolonr.x
@@ -0,0 +1,19 @@
+# ING_UCOLON -- User default colon commands
+
+procedure ing_ucolonr (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
+real x[ARB] # Independent variables
+real y[npts] # Dependent variables
+real 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