root / man / man3 / HPL_pdpanel_disp.3
Historique | Voir | Annoter | Télécharger (680 octet)
1 |
.TH HPL_pdpanel_disp 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions" |
---|---|
2 |
.SH NAME |
3 |
HPL_pdpanel_disp \- Deallocate a panel data structure. |
4 |
.SH SYNOPSIS |
5 |
\fB\&#include "hpl.h"\fR |
6 |
|
7 |
\fB\&int\fR |
8 |
\fB\&HPL_pdpanel_disp(\fR |
9 |
\fB\&HPL_T_panel * *\fR |
10 |
\fI\&PANEL\fR |
11 |
\fB\&);\fR |
12 |
.SH DESCRIPTION |
13 |
\fB\&HPL_pdpanel_disp\fR |
14 |
deallocates the panel structure and resources and |
15 |
stores the error 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 address of the panel data |
20 |
structure to be deallocated. |
21 |
.SH SEE ALSO |
22 |
.BR HPL_pdpanel_new \ (3), |
23 |
.BR HPL_pdpanel_init \ (3), |
24 |
.BR HPL_pdpanel_free \ (3). |