space.setIndex(threadnum, x);
if (bp.produce(1, 1, x, subpop, newpop.subpops[subpop].individuals, state, threadnum) != 1)
state.output.fatal( "The pipelines should produce one individual at a time!" );
}
bp.finishProducing(state,subpop,threadnum);
}
}
}
}