source: trunk/optimizer/src/pgapack/pgapack/man/man8/PGADestroy.8 @ 816

Last change on this file since 816 was 816, checked in by liveletlive, 17 years ago

Committing the newer version of PGAPack.

File size: 440 bytes
Line 
1.TH PGADestroy 8 "05/01/95" " " "PGAPack"
2.SH NAME
3PGADestroy \- deallocate memory for this instance of PGAPack, if this context
4initialized MPI, finalize MPI as well.
5.SH INPUT PARAMETERS
6.PD 0
7.TP
8ctx
9- context variable
10.PD 1
11.SH OUTPUT PARAMETERS
12.PD 0
13.TP
14none
15
16.PD 1
17.SH SYNOPSIS
18.nf
19#include "pgapack.h"
20void  PGADestroy(ctx)
21PGAContext *ctx
22.fi
23.SH LOCATION
24system.c
25.SH EXAMPLE
26.nf
27Example:
28PGAContext *ctx;
29:
30PGADestroy(ctx);
31
32.fi
Note: See TracBrowser for help on using the repository browser.