.TH PGAGetPrintFrequencyValue 7 "05/01/95" " " "PGAPack" .SH NAME PGAGetPrintFrequencyValue \- returns how often to print statistics reports .SH INPUT PARAMETERS .PD 0 .TP ctx - context variable .PD 1 .SH OUTPUT PARAMETERS .PD 0 .TP none .PD 1 .SH SYNOPSIS .nf #include "pgapack.h" int PGAGetPrintFrequencyValue(ctx) PGAContext *ctx .fi .SH LOCATION report.c .SH EXAMPLE .nf Example: PGAContext *ctx; int freq; : freq = PGAGetPrintFrequencyValue(ctx); .fi