Skip to content

Commit

Permalink
Refs #10658 Add required changes to OFFSPEC definition file
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Jeffery committed Jan 7, 2015
1 parent b7b84a2 commit 073e738
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Code/Mantid/instrument/OFFSPEC_Definition.xml
Expand Up @@ -27,10 +27,10 @@
</component>
<type name="source" is="Source"/>

<component type="sampleholder">
<component type="some-surface-holder">
<location x="0.0" y="0.0" z="0.0" />
</component>
<type name="sampleholder" is="SamplePos"/>
<type name="some-surface-holder" is="SamplePos"/>

<!-- LIST OF PHYSICAL COMPONENTS (which the instrument consists of) -->

Expand Down Expand Up @@ -97,7 +97,7 @@
</component>

<type name="DetectorBench">
<component type="HeDetector">
<component type="point-detector">
<!-- <location z="3.2" /> -->
<location z="3.19" />
</component>
Expand All @@ -110,7 +110,7 @@
</component>
</type>

<type name="HeDetector" is="detector">
<type name="point-detector" is="detector">
<cylinder id="shape">
<centre-of-bottom-base x="-0.05" y="0.0" z="0.0" />
<axis x="1.0" y="0.0" z="0.0" />
Expand Down

0 comments on commit 073e738

Please sign in to comment.