Skip to content
Snippets Groups Projects
Commit 6106e40c authored by Elliot Oram's avatar Elliot Oram
Browse files

Updated interface to work with new property

Refs #13985
parent d76caffc
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,7 @@ void ResNorm::run() {
resNorm->setProperty("EnergyMax", eMax);
resNorm->setProperty("CreateOutput", true);
resNorm->setProperty("OutputWorkspace", outputWsName.toStdString());
resNorm->setProperty("OutputWorkspaceTable", (outputWsName + "_Fit").toStdString());
m_batchAlgoRunner->addAlgorithm(resNorm);
// Handle saving
......
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