Skip to content

Commit

Permalink
learing out the MRU at the end of ConvertUnits. Refs #2320.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Nov 17, 2011
1 parent c5e1e79 commit 5f72c91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/Mantid/Framework/Algorithms/src/ConvertUnits.cpp
Expand Up @@ -530,7 +530,8 @@ void ConvertUnits::convertViaTOF(Kernel::Unit_const_sptr fromUnit, API::MatrixWo
{
g_log.information() << "Unable to calculate sample-detector distance for " << failedDetectorCount << " spectra. Masking spectrum." << std::endl;
}

if (m_inputEvents)
eventWS->clearMRU();
}

/// Calls Rebin as a sub-algorithm to align the bins
Expand Down

0 comments on commit 5f72c91

Please sign in to comment.