Skip to content

Commit

Permalink
Re #6198. Fix for crashing unit test on Mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor authored and gesnerpassos committed Sep 30, 2013
1 parent 8aacb1e commit 85dcbe2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ namespace Algorithms
}

// Keep original instrument and set the new instrument, if necessary
const auto spec2indexmap(workspace->getSpectrumToWorkspaceIndexMap());
const auto spec2indexmap = workspace->getSpectrumToWorkspaceIndexMap();

// ??? Condition: spectrum has 1 and only 1 detector
size_t nspec = workspace->getNumberHistograms();
Expand Down

0 comments on commit 85dcbe2

Please sign in to comment.