Update instructions in containers.rst
[gromacs.git] / src / gromacs / selection / tests / refdata / SelectionCollectionDataTest_HandlesResIndex.xml
blobf5a5a0303905368f0e077bae05032de5a1a0fac4
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">resindex 1 4</String>
7       <String Name="Text">resindex 1 4</String>
8       <Bool Name="Dynamic">false</Bool>
9     </ParsedSelection>
10     <ParsedSelection Name="Selection2">
11       <String Name="Input">residue 1 3</String>
12       <String Name="Text">residue 1 3</String>
13       <Bool Name="Dynamic">false</Bool>
14     </ParsedSelection>
15   </ParsedSelections>
16   <CompiledSelections Name="Compiled">
17     <Selection Name="Selection1">
18       <Sequence Name="Atoms">
19         <Int Name="Length">6</Int>
20         <Int>0</Int>
21         <Int>1</Int>
22         <Int>2</Int>
23         <Int>9</Int>
24         <Int>10</Int>
25         <Int>11</Int>
26       </Sequence>
27     </Selection>
28     <Selection Name="Selection2">
29       <Sequence Name="Atoms">
30         <Int Name="Length">6</Int>
31         <Int>0</Int>
32         <Int>1</Int>
33         <Int>2</Int>
34         <Int>6</Int>
35         <Int>7</Int>
36         <Int>8</Int>
37       </Sequence>
38     </Selection>
39   </CompiledSelections>
40 </ReferenceData>