Skip to content

Commit

Permalink
Correct error in merge
Browse files Browse the repository at this point in the history
Refs #11097
  • Loading branch information
DanNixon committed Mar 16, 2015
1 parent c85603c commit b8105eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Code/Mantid/MantidQt/CustomInterfaces/src/Indirect/MSDFit.cpp
Expand Up @@ -104,10 +104,6 @@ namespace IDA
}

m_batchAlgoRunner->executeBatchAsync();

// Set the result workspace for Python script export
QString dataName = m_uiForm.dsSampleInput->getCurrentDataName();
m_pythonExportWsName = dataName.left(dataName.lastIndexOf("_")).toStdString() + "_msd";
}

void MSDFit::singleFit()
Expand Down

0 comments on commit b8105eb

Please sign in to comment.