diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /math/gsurfit/doc/gsfree.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'math/gsurfit/doc/gsfree.hlp')
-rw-r--r-- | math/gsurfit/doc/gsfree.hlp | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/math/gsurfit/doc/gsfree.hlp b/math/gsurfit/doc/gsfree.hlp new file mode 100644 index 00000000..a576b2e1 --- /dev/null +++ b/math/gsurfit/doc/gsfree.hlp @@ -0,0 +1,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 |