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
//NSLog(@"frequencyHistoryDict has %lld entries, frequencyHistoryColdStorageLost has %lld entries, frequencyHistoryColdStorageFixed has %lld entries", (long long int)[frequencyHistoryDict count], (long long int)[frequencyHistoryColdStorageLost count], (long long int)[frequencyHistoryColdStorageFixed count]);
244
249
245
250
lastTick_ = community->Tick();
251
+
justAddedToWindow_ = false;
246
252
}
247
253
248
254
voidQtSLiMGraphView_FrequencyTrajectory::subpopulationPopupChanged(int/* index */)
Copy file name to clipboardExpand all lines: VERSIONS
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ development head (in the master branch):
22
22
add infinite loop checking in Eidos; add [logical$ checkInfiniteLoops = T] option to initializeSLiMOptions() to disable checking for infinite loops in Eidos
23
23
fix #539, crash reading malformed population file
24
24
fix #535, allow transparency in plots: added [float alpha = 1.0] to Plot methods abline(), lines(), points(), and text() (required to be singleton for lines())
25
+
fix #547, mutation trajectories plot is confusing in the way it starts collecting data at the time it is opened
0 commit comments