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