Skip to content

Commit

Permalink
Remove hardcoded printout for specific inds.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnettel committed Apr 25, 2016
1 parent 90bc3b5 commit 955b08e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cnF2freq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3518,11 +3518,6 @@ template<bool full, typename reporterclass> void doit(FILE* out, bool printalot
dous[j]->pars[a]->infprobs[marker][c][make_pair((&(dous[j]->markerdata[marker].first))[b], (&(dous[j]->markerdata[marker].first))[!b])]
+= dous[j]->parinfprobs[marker][a][c][b][d];

/*if ((dous[j]->pars[a]->n == 1633 || dous[j]->pars[a]->n == 1726))
{
fprintf(out, "%d %d contributes %lf to %d for %d, phase %d, evil %d\n", dous[j]->n, marker, dous[j]->parinfprobs[marker][a][c][b][d],
(&(dous[j]->markerdata[marker].first))[b], dous[j]->pars[a]->n, c, d);
}*/
partsum += dous[j]->parinfprobs[marker][a][c][b][d];
}

Expand Down

0 comments on commit 955b08e

Please sign in to comment.