From c0f2fb3e3b9d157498d5983f05e9ad51bbacd2ac Mon Sep 17 00:00:00 2001
From: Owen Arnold <owen.arnold@stfc.ac.uk>
Date: Wed, 11 Jul 2012 11:49:39 +0100
Subject: [PATCH] refs #5601 change theta to lower

---
 Code/Mantid/instrument/CRISP_Definition.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Code/Mantid/instrument/CRISP_Definition.xml b/Code/Mantid/instrument/CRISP_Definition.xml
index 0e6e8a940d4..229a200acc5 100644
--- a/Code/Mantid/instrument/CRISP_Definition.xml
+++ b/Code/Mantid/instrument/CRISP_Definition.xml
@@ -3,7 +3,7 @@
      see http://www.mantidproject.org/IDF -->
 <instrument name="CRISP" valid-from   ="1900-01-31 23:59:59"
                          valid-to     ="2100-01-31 23:59:59"
-		         last-modified="2010-02-01 00:00:00">
+		         last-modified="2011-02-01 00:00:00">
 
   <defaults>
     <length unit="meter" />
@@ -86,7 +86,7 @@
     <algebra val="base : top" />
   </type>  
   
-  <component type="point-detector" idlist="point-detector">
+  <component name="pointdetector" type="point-detector" idlist="point-detector">
   
     <location x="12.113" />
     
-- 
GitLab