From 9dddd874947d3468049f85523f620eb0d0dcc76d Mon Sep 17 00:00:00 2001
From: Stuart Campbell <campbellsi@ornl.gov>
Date: Thu, 26 Apr 2012 12:02:32 -0400
Subject: [PATCH] Refs #5162.  Added grouping parameters to BASIS parameter
 file.

Added Workflow.GroupingMethod
Added Workflow.GroupingFile
---
 Code/Mantid/instrument/BASIS_Parameters.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Code/Mantid/instrument/BASIS_Parameters.xml b/Code/Mantid/instrument/BASIS_Parameters.xml
index 27dc1f52aa1..6b4b28398bc 100644
--- a/Code/Mantid/instrument/BASIS_Parameters.xml
+++ b/Code/Mantid/instrument/BASIS_Parameters.xml
@@ -30,6 +30,12 @@
   <!-- This is the step size to optionally rebin the monitor to"-->
   <value val="10.0" />
 </parameter>
+<parameter name="Workflow.GroupingMethod" type="string">
+  <value val="File" />
+</parameter>
+<parameter name="Workflow.GroupingFile" type="string">
+  <value val="BASIS_Grouping.xml" />
+</parameter>
 <parameter name="Workflow.MonitorArea" >
   <value val="1.276e-3" />
 </parameter>
-- 
GitLab