Skip to content

Commit

Permalink
Adjust linewrapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnettel committed Apr 25, 2016
1 parent 52034e3 commit 1cccade
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cnF2freq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1164,9 +1164,10 @@ struct individ
}
}

// Adjust the probability, i.e. filter all probability values based on the haplotype weights and overall admissibility for the different
// states.
void adjustprobs(const threadblock& tb, PerStateArray<double>::T& probs, const unsigned int marker, double& factor, const bool oldruleout, int flag99)
// Adjust the probability, i.e. filter all probability values based on the haplotype weights and overall admissibility
// for the different states.
void adjustprobs(const threadblock& tb, PerStateArray<double>::T& probs, const unsigned int marker, double& factor,
const bool oldruleout, int flag99)
{
double sum = 0;
PerStateArray<double>::T probs2;
Expand Down

0 comments on commit 1cccade

Please sign in to comment.