PGASetDebugLevelByName
Turn on debugging of the named function.
- Provided by: pgapack (Version: 1.1.1-3)
- Report a bug
Turn on debugging of the named function.
#include "pgapack.h" void PGASetDebugLevelByName(ctx, funcname) PGAContext *ctx char *funcname
debug.c
PGAContext *ctx; : PGASetDebugLevelByName(ctx, "PGAGetBinaryAllele");