PGAClearDebugLevel - Turn off a debul level.
Only valid if PGAPack was compiled to include debugging calls. See the user guide for details.
ctx - context variable level - the debug level to set to PGA_FALSE.
none
#include "pgapack.h" void PGAClearDebugLevel(ctx, level) PGAContext *ctx int level
debug.c
Example: PGAContext *ctx; : PGAClearDebugLevel(ctx, 70) 05/01/95 PGAClearDebugLevel(3)