blob: f71aab56e6ee20f5dca54cd0fc3f60c68d1b67ad (
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
34
35
36
|
.help gsrestore Aug85 "Gsurfit Package"
.ih
NAME
gsrestore -- restore fit parameters
.ih
SYNOPSIS
gsrestore (sf, fit)
.nf
pointer sf # surface descriptor
real fit[ARB] # fit array
.fi
.ih
ARGUMENTS
.ls sf
Pointer to the surface descriptor structure. Returned by GSRESTORE.
.le
.ls fit
Array containing the surface parameters. The size of the fit array
can be determined by a call gsstati.
.nf
len_fit = gsstati (gs, GSNSAVE)
.fi
.le
.ih
DESCRIPTION
GSRESTORE returns the surface descriptor to the calling program and
restores the surface parameters and fit ready for use by GSEVAL or
GSVECTOR.
.ih
NOTES
.ih
SEE ALSO
gssave
.endhelp
|