From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/xtools/inlfit/ingucolond.x | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pkg/xtools/inlfit/ingucolond.x (limited to 'pkg/xtools/inlfit/ingucolond.x') 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 -- cgit