Update instructions in containers.rst
[gromacs.git] / src / gromacs / selection / tests / refdata / IndexBlockTest_CreatesMoleculeBlock.xml
blob6f710f9e79b54dafdfd87720f4a098b398e3a2e5
1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" href="referencedata.xsl"?>
3 <ReferenceData>
4   <BlockAtoms Name="Block">
5     <Sequence Name="Input">
6       <Int Name="Length">5</Int>
7       <Int>3</Int>
8       <Int>4</Int>
9       <Int>7</Int>
10       <Int>8</Int>
11       <Int>13</Int>
12     </Sequence>
13     <Int Name="Count">3</Int>
14     <Block>
15       <Sequence Name="Atoms">
16         <Int Name="Length">2</Int>
17         <Int>3</Int>
18         <Int>4</Int>
19       </Sequence>
20     </Block>
21     <Block>
22       <Sequence Name="Atoms">
23         <Int Name="Length">2</Int>
24         <Int>7</Int>
25         <Int>8</Int>
26       </Sequence>
27     </Block>
28     <Block>
29       <Sequence Name="Atoms">
30         <Int Name="Length">1</Int>
31         <Int>13</Int>
32       </Sequence>
33     </Block>
34   </BlockAtoms>
35 </ReferenceData>