genomicSimulationC 0.3
|
#include <sim-operations.h>
Data Fields | |
gsc_GenoLocation | loc |
Location in the simulation where this parent is stored. More... | |
unsigned int | mapindex |
Index in d->genome.maps of the recombination map to use when producing gametes from this parent. More... | |
Definition at line 1298 of file sim-operations.h.
gsc_GenoLocation gsc_ParentChoice::loc |
Location in the simulation where this parent is stored.
Definition at line 1299 of file sim-operations.h.
unsigned int gsc_ParentChoice::mapindex |
Index in d->genome.maps of the recombination map to use when producing gametes from this parent.
Stores an index, not an ID
Definition at line 1300 of file sim-operations.h.