Skip to content

Commit

Permalink
fixed coalescent bug with -wn flag
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkern committed Sep 18, 2018
1 parent 1fcc67c commit aaaf288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discoalFunctions.c
Original file line number Diff line number Diff line change
Expand Up @@ -1351,6 +1351,7 @@ double *sizeRatio, char sweepMode,double f0, double uA)


}
if(cTime+ttau >= endTime) return(cTime+ttau);

//Decide which event took place
//first was it in population 0 (sweep) or not
Expand Down

0 comments on commit aaaf288

Please sign in to comment.