blob: d248e5f851483bda8a56302c96b5f9914bf6cba5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
.help isreplace Apr1985 "Surfit Package"
.ih
NAME
isreplace -- restore a surface fit saved by issave
.ih
SYNOPSIS
isreplace (sf, fit)
.nf
pointer sf # surface grid descriptor
real fit[ARB] # fit array
.fi
.ih
ARGUMENTS
.ls sf
The pointer to the surface grid descriptor.
.le
.ls fit
The array containing the fit parameters and coefficients.
.le
.ih
DESCRIPTION
ISREPLACE restores the fit saved by ISSAVE for use by ISEVAL or ISVECTOR.
.ih
NOTES
.ih
SEE ALSO
issave
.endhelp
|