Skip to content

Commit

Permalink
Refs #11747 remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed May 13, 2015
1 parent a6a8efc commit 652ccb1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -737,7 +737,7 @@ IntegratePeaksMD2::checkOverlap(int i,
if (pos1.distance(pos2) < radius) {
g_log.warning() << " Warning: Peak integration spheres for peaks " << i
<< " and " << j << " overlap. Distance between peaks is "
<< pos1.distance(pos2) <<" "<<p1.getHKL()<<" "<<p2.getHKL()<< std::endl;
<< pos1.distance(pos2) << std::endl;
}
}
}
Expand Down

0 comments on commit 652ccb1

Please sign in to comment.