From 348d0efe71e6593908ec903722433b0244217a4e Mon Sep 17 00:00:00 2001 From: Dan Nixon <dan@dan-nixon.com> Date: Sat, 4 Jul 2015 08:30:36 +0100 Subject: [PATCH] Correct description of MultipleScatteringWS prop --- Code/Mantid/Framework/CurveFitting/src/CalculateMSVesuvio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/CurveFitting/src/CalculateMSVesuvio.cpp b/Code/Mantid/Framework/CurveFitting/src/CalculateMSVesuvio.cpp index 8367d318ecd..237848852d2 100644 --- a/Code/Mantid/Framework/CurveFitting/src/CalculateMSVesuvio.cpp +++ b/Code/Mantid/Framework/CurveFitting/src/CalculateMSVesuvio.cpp @@ -120,7 +120,7 @@ void CalculateMSVesuvio::init() { "Workspace to store the calculated total scattering counts"); declareProperty( new WorkspaceProperty<>("MultipleScatteringWS", "", Direction::Output), - "Workspace to store the calculated total scattering counts"); + "Workspace to store the calculated multiple scattering counts summed for all orders"); } /** -- GitLab