Function PGAClearDebugLevel

Function Documentation

void PGAClearDebugLevel(PGAContext *ctx, int level)

Turn off a debug level.

Description

Only does anything if PGAPack was compiled to include debugging calls. See chapter Debugging Tools in the user guide for details.

Example

PGAContext *ctx;

...
PGAClearDebugLevel (ctx, 70);

Parameters
  • ctx – context variable

  • level – the debug level to turn off

Returns

None