blob: a576b2e112269c0cf538a53b525fa9ac62c0a57b (
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
|
.help gsfree Aug85 "Gsurfit Package"
.ih
NAME
gsfree -- free the surface descriptor structure
.ih
SYNOPSIS
gsfree (sf)
.nf
pointer sf # surface descriptor
.fi
.ih
ARGUMENTS
.ls sf
Pointer to the surface descriptor structure.
.le
.ih
DESCRIPTION
Frees the surface descriptor structure.
.ih
NOTES
GSFREE should be called after each surface fit.
.ih
SEE ALSO
gsinit
.endhelp
|