PGAClearDebugLevelByName(3)

NAME

PGAClearDebugLevelByName - Turn off 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  PGAClearDebugLevelByName(ctx, funcname)
PGAContext *ctx
char *funcname

LOCATION

debug.c

EXAMPLE

PGAContext *ctx;
:
PGAClearDebugLevelByName(ctx, "PGAGetBinaryAllele");
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout