e0e5a09a4269d598b055ef049a34cbe1227e91dc
[alexxy/gromacs.git] / src / gromacs / selection / tests / refdata / SelectionCollectionDataTest_HandlesConstantPositions.xml
1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" href="referencedata.xsl"?>
3 <ReferenceData>
4   <ParsedSelections Name="Parsed">
5     <ParsedSelection Name="Selection1">
6       <String Name="Input">[1, -2, 3.5]</String>
7       <String Name="Text">[1, -2, 3.5]</String>
8       <Bool Name="Dynamic">false</Bool>
9     </ParsedSelection>
10   </ParsedSelections>
11   <CompiledSelections Name="Compiled">
12     <Selection Name="Selection1">
13       <Sequence Name="Atoms">
14         <Int Name="Length">0</Int>
15       </Sequence>
16     </Selection>
17   </CompiledSelections>
18   <EvaluatedSelections Name="Frame1">
19     <Selection Name="Selection1">
20       <Sequence Name="Atoms">
21         <Int Name="Length">0</Int>
22       </Sequence>
23       <Sequence Name="Positions">
24         <Int Name="Length">1</Int>
25         <Position>
26           <Vector Name="Coordinates">
27             <Real Name="X">1</Real>
28             <Real Name="Y">-2</Real>
29             <Real Name="Z">3.5</Real>
30           </Vector>
31         </Position>
32       </Sequence>
33     </Selection>
34   </EvaluatedSelections>
35 </ReferenceData>