Skip to content

Commit

Permalink
Re-enable parallelisation of Rebin2D
Browse files Browse the repository at this point in the history
Refs #12584
  • Loading branch information
martyngigg committed Jun 25, 2015
1 parent a174006 commit 4665501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Algorithms/src/Rebin2D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void Rebin2D::exec() {
m_progress = boost::shared_ptr<API::Progress>(
new API::Progress(this, 0.0, 1.0, nreports));

// PARALLEL_FOR2(inputWS, outputWS)
PARALLEL_FOR2(inputWS, outputWS)
for (int64_t i = 0; i < static_cast<int64_t>(numYBins);
++i) // signed for openmp
{
Expand Down

0 comments on commit 4665501

Please sign in to comment.