PGAClearDebugLevel

Langue: en

Version: 293514 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

PGAClearDebugLevel - Turn off a debul level.

DESCRIPTION

Only valid if PGAPack was compiled to include debugging calls. See the user guide for details.

INPUT PARAMETERS

ctx
- context variable
level
- the debug level to set to PGA_FALSE.

OUTPUT PARAMETERS

none

SYNOPSIS

 #include "pgapack.h"
 void  PGAClearDebugLevel(ctx, level)
 PGAContext *ctx
 int level
 

LOCATION

debug.c

EXAMPLE

 Example:
 PGAContext *ctx;
 :
 PGAClearDebugLevel(ctx, 70)