You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// FIXME: This could be called for a vector of individuals of mixed species, so this check is inadequate, right?
1992
1993
if ((p_values_size > 0) && !((Individual *)(p_values[0]))->subpopulation_->species_.PedigreesEnabledByUser())
1993
1994
EIDOS_TERMINATION << "ERROR (Individual::GetProperty): property reproductiveOutput is not available because pedigree recording has not been enabled." << EidosTerminate();
Copy file name to clipboardExpand all lines: core/subpopulation.h
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -377,7 +377,10 @@ class Subpopulation : public EidosDictionaryUnretained
377
377
}
378
378
379
379
voidGenerateParentsToFit(slim_age_t p_initial_age, double p_sex_ratio, bool p_allow_zero_size, bool p_require_both_sexes, bool p_record_in_treeseq, bool p_haploid, float p_mean_parent_age); // given the set subpop size and requested sex ratio, make new haplosomes and individuals to fit
380
+
381
+
#if DEBUG
380
382
voidCheckIndividualIntegrity(void) const;
383
+
#endif
381
384
382
385
// this is called by Population::RecalculateFitness(); first it expresses demand for traits that have direct fitness effects, then it recalculates fitness values
0 commit comments