Skip to content

Commit

Permalink
Reducing commented printouts in doit. #1
Browse files Browse the repository at this point in the history
  • Loading branch information
cnettel committed Apr 25, 2016
1 parent b406686 commit 3ca621e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions cnF2freq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2959,10 +2959,6 @@ template<bool full, typename reporterclass> void doit(FILE* out, bool printalot


map<pair<individ*, individ*>, map<int, std::array<double, 8> > > nsm;
if (doprint)
{
//fprintf(out, "%d %d\n", count, chromstarts.size() - 1);
}

for (int i = 0; i < INDCOUNT; i++)
{
Expand All @@ -2978,15 +2974,13 @@ template<bool full, typename reporterclass> void doit(FILE* out, bool printalot
ind->haplobase[j] = 0.0f;
}

// fprintf(out, "B%d:%d\n", world.rank(), i);
#ifdef F2MPI
broadcast(world, ind->haploweight, 0);

// fprintf(out, "C%d:%d\n", world.rank(), i);

world.barrier();
#endif
// fflush(out);

}

Expand All @@ -3008,10 +3002,6 @@ template<bool full, typename reporterclass> void doit(FILE* out, bool printalot

for (unsigned int i = 0; i < chromstarts.size() - 1; i++)
{
if (doprint)
{
//fprintf(out, "%d %d\n", i + 1, (int) markerposes[chromstarts[i + 1] - 1]);
}
//printf("Chromosome %d\n", i + 1);

// The output for all individuals in a specific iteration is stored, as we have parallelized the logic and
Expand Down

0 comments on commit 3ca621e

Please sign in to comment.