Skip to content
Snippets Groups Projects
Commit ba447ca4 authored by Raquel Alvarez Banos's avatar Raquel Alvarez Banos
Browse files

Re #13276 Fix the bug

parent 4e9e246b
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ void PlotAsymmetryByLogValue::exec() {
// Create the 2D workspace for the output
int nplots = m_greenY.size() ? 4 : 1;
size_t npoints = ie - is + 1;
size_t npoints = m_logValue.size();
MatrixWorkspace_sptr outWS = WorkspaceFactory::Instance().create(
"Workspace2D",
nplots, // the number of plots
......
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