PGASelectNextIndex - returns the index of next individual in internal
array that contains the indices determined by PGASelect
ctx - context variable
none
#include "pgapack.h"
int PGASelectNextIndex(ctx)
PGAContext *ctx
select.c
Example:
PGAContext *ctx;
int l;
:
l = PGASelectNextIndex(ctx, PGA_OLDPOP);
05/01/95 PGASelectNextIndex(3)