Skip to content

Commit

Permalink
Linewrapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnettel committed Apr 25, 2016
1 parent 2bc9083 commit 378f6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cnF2freq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1394,8 +1394,8 @@ struct individ
stopdata.okstep(startmark, startmark + stepsize) &&
!(startmark & (stepsize - 1)); stepsize *= 2);

// A single step, either due to the fixated genotypee being within this range, or simply because we've gone all the way down
// the tree.
// A single step, either due to the fixated genotypee being within this range, or simply because we've gone all the
// way down the tree.
if (stepsize <= 2)
{
stepsize = 1;
Expand Down

0 comments on commit 378f6ec

Please sign in to comment.