PGASetDebugLevelByName
PGASetDebugLevelByName
Section: PGAPack (3) Updated: 05/01/95 Local index
Up
NAME
PGASetDebugLevelByName - Turn on debugging of the named function.
INPUT PARAMETERS
- ctx
-
- context variable
- funcname
-
- name of the function to turn on debugging output
OUTPUT PARAMETERS
- none
-
SYNOPSIS
#include "pgapack.h"
void PGASetDebugLevelByName(ctx, funcname)
PGAContext *ctx
char *funcname
LOCATION
debug.c
EXAMPLE
PGAContext *ctx;
:
PGASetDebugLevelByName(ctx, "PGAGetBinaryAllele");
Index
- NAME
-
- INPUT PARAMETERS
-
- OUTPUT PARAMETERS
-
- SYNOPSIS
-
- LOCATION
-
- EXAMPLE
-
This document was created by
man2html,
using the manual pages.
Time: 21:52:26 GMT, April 16, 2011