Skip to content
Snippets Groups Projects
Commit 48f68d20 authored by Roman Tolchenov's avatar Roman Tolchenov
Browse files

fixes #3320

parent 9a47007c
No related branches found
No related tags found
No related merge requests found
......@@ -479,6 +479,7 @@ namespace Mantid
{
loadInst->setPropertyValue("InstrumentName", instrumentID);
loadInst->setProperty<MatrixWorkspace_sptr>("Workspace",localWorkspace);
loadInst->setProperty("RewriteSpectraMap", false);
loadInst->execute();
}
catch(std::invalid_argument &)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment