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
// When assessing a vector of mutations, we first determine which chromosomes we need to scan
6387
-
// In this case we also need to check that all mutations belong to the same species as the individuals
6388
-
if (Community::SpeciesForMutations(mutations_value) != species)
6389
-
EIDOS_TERMINATION << "ERROR (Individual_Class::ExecuteMethod_zygosityOfMutations): zygosityOfMutations() requires that all mutations belong to the same species as the target individuals." << EidosTerminate();
// In this case we also need to check that all mutations belong to the same species as the individuals
6393
+
if (Community::SpeciesForMutations(mutations_value) != species)
6394
+
EIDOS_TERMINATION << "ERROR (Individual_Class::ExecuteMethod_zygosityOfMutations): zygosityOfMutations() requires that all mutations belong to the same species as the target individuals." << EidosTerminate();
6395
+
}
6390
6396
6391
6397
// zero out the scratch_ for all chromosomes; 0 indicates the chromosome is not active
0 commit comments