genomicSimulationC 0.2.6
|
#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 1240 of file sim-operations.h.
gsc_GenoLocation gsc_ParentChoice::loc |
Location in the simulation where this parent is stored.
Definition at line 1241 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 1242 of file sim-operations.h.