source: trunk/optimizer/src/pgapack/pgapack/man/manl/PGAClearDebugLevel.l @ 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: 564 bytes
Line 
1.TH PGAClearDebugLevel l "05/01/95" " " "PGAPack"
2.SH NAME
3PGAClearDebugLevel \- Turn off a debul level.  Only valid if PGAPack
4was compiled to include debugging calls.  See the user guide for details.
5.SH INPUT PARAMETERS
6.PD 0
7.TP
8ctx
9- context variable
10.PD 0
11.TP
12level
13- the debug level to set to PGA_FALSE.
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  PGAClearDebugLevel(ctx, level)
25PGAContext *ctx
26int level
27.fi
28.SH LOCATION
29debug.c
30.SH EXAMPLE
31.nf
32Example:
33PGAContext *ctx;
34:
35PGAClearDebugLevel(ctx, 70)
36
37.fi
Note: See TracBrowser for help on using the repository browser.