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
EIDOS_TERMINATION << "ERROR (Species::_InitializePopulationFromTextFile): chromosome symbol " << sub << " does not match expected symbol " << chromosome->Symbol() << "." << EidosTerminate();
// Now we should have a chromosome symbol, which should match the one we read
1291
-
iss >> sub;
1292
-
1293
-
if (sub != chromosome->Symbol())
1294
-
EIDOS_TERMINATION << "ERROR (Species::_InitializePopulationFromTextFile): haplosome is specified with chromosome symbol '" << sub << "', in the Chromosome section for symbol '" << chromosome->Symbol() << "'." << EidosTerminate();
1295
-
1296
1291
if (iss >> sub)
1297
1292
{
1298
1293
// BCH 2/5/2025: We instantiate null haplosomes only where expect them to be, based upon
0 commit comments