Skip to content

Commit

Permalink
Remove hardcoded printout for specific inds. #1
Browse files Browse the repository at this point in the history
  • Loading branch information
cnettel committed Apr 25, 2016
1 parent 955b08e commit 7f008bc
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 @@ -3514,17 +3514,12 @@ template<bool full, typename reporterclass> void doit(FILE* out, bool printalot
continue;
}


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];

partsum += dous[j]->parinfprobs[marker][a][c][b][d];
}

if ((&(dous[j]->markerdata[marker].first))[b] == UnknownMarkerVal) continue;

// if ((&(dous[j]->markerdata[marker].first))[b] == 1 * MarkerValue && dous[j]->pars[a]->n == 1726 && marker == 276 && out) fprintf(out, "Oddone: %d %lf\n", dous[j]->n, dous[j]->parinfprobs[marker][a][c][b][0]);

if (dous[j]->parinfprobs[marker][a][c][b][0] > maxval) maxval = dous[j]->parinfprobs[marker][a][c][b][0];
}

Expand Down

0 comments on commit 7f008bc

Please sign in to comment.