Home
last modified time | relevance | path

Searched refs:PRIOR_SIZE (Results 1 – 4 of 4) sorted by relevance

/dports/biology/migrate/migrate-3.6.11/src/
H A Ddefinitions.h190 #define PRIOR_SIZE 3 /*used because of slice sampler*/ macro
H A Dmigration.h561 boolean slice_sampling[PRIOR_SIZE];
994 boolean slice_sampling[PRIOR_SIZE];
H A Dworld.c436 memcpy(wopt->slice_sampling,options->slice_sampling,sizeof(boolean) * PRIOR_SIZE); in fill_worldoptions()
H A Doptions.c299 for(i=0;i<PRIOR_SIZE;i++) in init_options()