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
Copy file name to clipboardExpand all lines: core/subpopulation.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ class Subpopulation : public EidosDictionaryUnretained
120
120
std::vector<Individual *> &individuals_junkyard_; // NOT OWNED: individuals get put here when we're done with them, so we can reuse them quickly
121
121
122
122
int haplosome_count_per_individual_; // inherits its value from species_.haplosome_count_per_individual_
123
-
bool has_null_haplosomes_ = false; // inherits its value from species_.chromosomes_use_null_haplosomes_ but can additionally be false; use CouldContainNullHaplosomes() to check this flag
123
+
bool has_null_haplosomes_ = false; // inherits its value from species_.chromosomes_use_null_haplosomes_ but can additionally be true; use CouldContainNullHaplosomes() to check this flag
slim_popsize_t parent_first_male_index_ = INT_MAX; // the index of the first male in the parental Haplosome vector (NOT premultiplied by 2!); equal to the number of females
0 commit comments