Function PGASetDebugLevel
Defined in File debug.c
Function Documentation
-
void PGASetDebugLevel(PGAContext *ctx, int level)
Turn on 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; ... PGASetDebugLevel (ctx, 70);
- Parameters:
ctx – context variable
level – the debug level to set
- Returns:
None