diff --git a/Code/Mantid/Framework/Algorithms/src/PlotAsymmetryByLogValue.cpp b/Code/Mantid/Framework/Algorithms/src/PlotAsymmetryByLogValue.cpp index 63977e949b669a36f6e2cb6cfd48dcc80bfdcdca..a6a088567548493a7307820d22e2b2e21acb93d8 100644 --- a/Code/Mantid/Framework/Algorithms/src/PlotAsymmetryByLogValue.cpp +++ b/Code/Mantid/Framework/Algorithms/src/PlotAsymmetryByLogValue.cpp @@ -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