Skip to content

Commit

Permalink
Small change to naming convention for symmetrise output
Browse files Browse the repository at this point in the history
Refs #7860
  • Loading branch information
DanNixon committed Sep 11, 2014
1 parent 35b8bec commit 5411426
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -176,7 +176,7 @@ namespace CustomInterfaces
void IndirectSymmetrise::run()
{
QString workspaceName = m_uiForm.symm_dsInput->getCurrentDataName();
QString outputWorkspaceName = workspaceName.left(workspaceName.length() - 4) + "_Symmetrise";
QString outputWorkspaceName = workspaceName.left(workspaceName.length() - 4) + "_sym" + workspaceName.right(4);

bool plot = m_uiForm.symm_ckPlot->isChecked();
bool verbose = m_uiForm.symm_ckVerbose->isChecked();
Expand Down

0 comments on commit 5411426

Please sign in to comment.