Ubuntu Manpages

PGASetDebugLevelByName

Turn on debugging of the named function.

- context variable
- name of the function to turn on debugging output

#include "pgapack.h"
void  PGASetDebugLevelByName(ctx, funcname)
PGAContext *ctx
char *funcname

debug.c

PGAContext *ctx;
:
PGASetDebugLevelByName(ctx, "PGAGetBinaryAllele");