From edcfa85716f197f3650d07f8df4d10bb8019f214 Mon Sep 17 00:00:00 2001 From: Pete Peterson Date: Tue, 20 May 2014 11:13:54 -0400 Subject: [PATCH] Re #9483. Getting rid of doxygen warnings. --- .../inc/MantidWorkflowAlgorithms/MuonLoad.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Mantid/Framework/WorkflowAlgorithms/inc/MantidWorkflowAlgorithms/MuonLoad.h b/Code/Mantid/Framework/WorkflowAlgorithms/inc/MantidWorkflowAlgorithms/MuonLoad.h index 3ed6e7a2788f..269dbc2ada00 100644 --- a/Code/Mantid/Framework/WorkflowAlgorithms/inc/MantidWorkflowAlgorithms/MuonLoad.h +++ b/Code/Mantid/Framework/WorkflowAlgorithms/inc/MantidWorkflowAlgorithms/MuonLoad.h @@ -50,10 +50,10 @@ namespace WorkflowAlgorithms virtual bool checkGroups() { return false; } /// Returns a workspace for the first period as specified using FirstPeriod property. - API::MatrixWorkspace_sptr getFirstPeriodWS(API::WorkspaceGroup_sptr ws); + API::MatrixWorkspace_sptr getFirstPeriodWS(API::WorkspaceGroup_sptr group); /// Returns a workspace for the second period as specified using SecondPeriod property. - API::MatrixWorkspace_sptr getSecondPeriodWS(API::WorkspaceGroup_sptr ws); + API::MatrixWorkspace_sptr getSecondPeriodWS(API::WorkspaceGroup_sptr group); /// Groups specified workspace according to specified DetectorGroupingTable. API::MatrixWorkspace_sptr groupWorkspace(API::MatrixWorkspace_sptr ws, DataObjects::TableWorkspace_sptr grouping);