Function PGAClearDebugLevelByName
Defined in File debug.c
Function Documentation
-
void PGAClearDebugLevelByName(PGAContext *ctx, char *funcname)
Turn off debugging of the named function.
Example
PGAContext *ctx; ... PGAClearDebugLevelByName (ctx, "PGAGetBinaryAllele");
- Parameters:
ctx – context variable
funcname – name of the function to turn off debugging output
- Returns:
None