source: trunk/optimizer/src/pgapack/pgapack/man/man7/PGAPrintContextVariable.7 @ 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: 521 bytes
Line 
1.TH PGAPrintContextVariable 7 "05/01/95" " " "PGAPack"
2.SH NAME
3PGAPrintContextVariable \- prints the value of all the fields in the context
4variable.
5.SH INPUT PARAMETERS
6.PD 0
7.TP
8ctx
9- context variable
10.PD 0
11.TP
12fp
13- file pointer to print the output to
14.PD 1
15.SH OUTPUT PARAMETERS
16.PD 0
17.TP
18none
19
20.PD 1
21.SH SYNOPSIS
22.nf
23#include "pgapack.h"
24void  PGAPrintContextVariable(ctx, fp)
25PGAContext *ctx
26FILE *fp
27.fi
28.SH LOCATION
29report.c
30.SH EXAMPLE
31.nf
32Example:
33PGAContext *ctx;
34:
35PGAPrintContextVariable(ctx, stdout);
36
37.fi
Note: See TracBrowser for help on using the repository browser.