Skip to content

Commit

Permalink
added error about sampleSize / BIG compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Kern committed Nov 24, 2017
1 parent 1bb77fc commit edd8742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discoalFunctions.c
Original file line number Diff line number Diff line change
Expand Up @@ -1875,7 +1875,7 @@ void dropMutations(){
else
mutSite = genunf((double)allNodes[i]->lLim / nSites, (double) allNodes[i]->rLim / nSites);
}
printf("new mut allele: %d mut: %f\n",i,mutSite);
//printf("new mut allele: %d mut: %f\n",i,mutSite);
addMutation(allNodes[i],mutSite);
m--;
}
Expand Down

0 comments on commit edd8742

Please sign in to comment.