Fix handling of real-valued 'to' selection ranges
[alexxy/gromacs.git] / src / gromacs / selection / tests / refdata / SelectionCollectionDataTest_HandlesOverlappingRealRanges.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">charge {-0.35 to -0.05 0.25 to 0.75}</String>
7       <String Name="Text">charge {-0.35 to -0.05 0.25 to 0.75}</String>
8       <Bool Name="Dynamic">false</Bool>
9     </ParsedSelection>
10     <ParsedSelection Name="Selection2">
11       <String Name="Input">charge {0.05 to -0.3 -0.05 to 0.55}</String>
12       <String Name="Text">charge {0.05 to -0.3 -0.05 to 0.55}</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">8</Int>
20         <Int>2</Int>
21         <Int>3</Int>
22         <Int>4</Int>
23         <Int>8</Int>
24         <Int>9</Int>
25         <Int>10</Int>
26         <Int>11</Int>
27         <Int>12</Int>
28       </Sequence>
29     </Selection>
30     <Selection Name="Selection2">
31       <Sequence Name="Atoms">
32         <Int Name="Length">9</Int>
33         <Int>2</Int>
34         <Int>3</Int>
35         <Int>4</Int>
36         <Int>5</Int>
37         <Int>6</Int>
38         <Int>7</Int>
39         <Int>8</Int>
40         <Int>9</Int>
41         <Int>10</Int>
42       </Sequence>
43     </Selection>
44   </CompiledSelections>
45 </ReferenceData>