Skip to content

Commit

Permalink
Re #5564 Changed misleading comment in ConjoinWorkspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
josephframsay committed Jul 17, 2017
1 parent cfe264a commit 387041d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Framework/Algorithms/src/ConjoinWorkspaces.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ void ConjoinWorkspaces::exec() {
if (event_ws1 && event_ws2) {
this->validateInputs(*event_ws1, *event_ws2);

// We do not need to check that binning is compatible, just that there is no
// overlap
// make sure we should bother checking
// Check there is no overlap
if (this->getProperty("CheckOverlapping")) {
this->checkForOverlap(*event_ws1, *event_ws2, false);
m_overlapChecked = true;
Expand Down

0 comments on commit 387041d

Please sign in to comment.