Skip to content

Commit

Permalink
Fix IDF attribute names to follow schema.
Browse files Browse the repository at this point in the history
Refs #11076
  • Loading branch information
martyngigg committed Feb 13, 2015
1 parent 05d399e commit 23843ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Code/Mantid/instrument/REF_L_Definition_after_10102014.xml
Expand Up @@ -8,7 +8,7 @@
<reference-frame>
<along-beam axis="z"/>
<pointing-up axis="y"/>
<handedness axis="right"/>
<handedness val="right"/>
</reference-frame>
</defaults>
<!--SOURCE AND SAMPLE POSITION-->
Expand All @@ -25,7 +25,7 @@
<location/>
</component>
<type name="monitors">
<component mark-as="monitor" type="monitor">
<component type="monitor">
<location name="monitor1" z="-0.23368"/>
</component>
</type>
Expand Down Expand Up @@ -3938,12 +3938,12 @@
</component>
</type>
<!--FIXME: Do something real here.-->
<type is="detector" name="monitor">
<type is="monitor" name="monitor">
<cylinder id="cyl-approx">
<centre-of-bottom-base x="0.0" y="0.0" z="0.0"/>
<axis x="0.0" y="0.0" z="1.0"/>
<radius radius="0.01"/>
<height height="0.03"/>
<radius val="0.01"/>
<height val="0.03"/>
</cylinder>
<algebra val="cyl-approx"/>
</type>
Expand Down

0 comments on commit 23843ed

Please sign in to comment.