Statistiques
| Révision :

root / man / man3 / HPL_pdpanel_free.3

Historique | Voir | Annoter | Télécharger (671 octet)

1
.TH HPL_pdpanel_free 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions"
2
.SH NAME
3
HPL_pdpanel_free \- Deallocate the panel ressources.
4
.SH SYNOPSIS
5
\fB\&#include "hpl.h"\fR
6
 
7
\fB\&int\fR
8
\fB\&HPL_pdpanel_free(\fR
9
\fB\&HPL_T_panel *\fR
10
\fI\&PANEL\fR
11
\fB\&);\fR
12
.SH DESCRIPTION
13
\fB\&HPL_pdpanel_free\fR
14
deallocates  the panel resources  and  stores the error
15
code returned by the panel factorization.
16
.SH ARGUMENTS
17
.TP 8
18
PANEL   (local input/output)    HPL_T_panel *
19
On entry,  PANEL  points  to  the  panel data  structure from
20
which the resources should be deallocated.
21
.SH SEE ALSO
22
.BR HPL_pdpanel_new \ (3),
23
.BR HPL_pdpanel_init \ (3),
24
.BR HPL_pdpanel_disp \ (3).