blob: db3ab047db049dd25a1f21512f944a8a87791902 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
|