ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/doc/SelectionExpression.html
(Generate patch)

Comparing trunk/OOPSE-2.0/doc/SelectionExpression.html (file contents):
Revision 2063 by tim, Mon Feb 28 17:24:51 2005 UTC vs.
Revision 2102 by tim, Thu Mar 10 16:14:07 2005 UTC

# Line 178 | Line 178 | The most general form of the select command is:        <b>sel
178  
179   <p><a name="index" id="index"><b> Index expression </b></a></p>
180  
181 <p>Index expression is used to select stuntdobules by their global indices. </p>
182
181   <ul>
182  
183   <table width="894" border=1 cellpadding=5 bgcolor="#FFFFFF"><tr bgcolor="#FFFFCC">
184  
185    <td width="113">select 20 </td>
186  
187 <    <td width="520">select stuntdoubles which global index is 20 </td>
187 >    <td width="520">select all of the stuntdoubles of molecule 20</td>
188  
189   </tr>
190  
# Line 194 | Line 192 | The most general form of the select command is:        <b>sel
192  
193      <td>select 20 to 30      </td>
194  
195 <    <td>select stuntdoubles which global indices are between 20 (inclusive) and 30 (exclusive) </td>
195 >    <td>select all of the stuntdoubles of molecules  which global indices are between 20 (inclusive) and 30 (exclusive) </td>
196  
197    </tr>
198  
# Line 233 | Line 231 | The most general form of the select command is:        <b>sel
231        <td><div align="left">none</div></td>
232  
233        <td><div align="left">select none of the stuntdoubles </div></td>
236
237    </tr>
238
239    <tr bgcolor="#FFCCFF">
234  
241      <td><div align="left">rigidbody</div></td>
242
243      <td><div align="left">select all rigid-bodies</div></td>
244
235      </tr>
236  
237    </table>
# Line 406 | Line 396 | The most general form of the select command is:        <b>sel
396        <td><blockquote>
397          <p>--gxyz</p>
398        </blockquote></td>
399 <      <td>Calculate the three dimension distribution of the particle B in the body frame of particle A. Therefore, --originsele and --refsele must be given to define the A's internal coordinate set. </td>
399 >      <td>Calculate the three dimension distribution of the particle B in the body frame of particle A. Therefore, --originsele and --refsele must be given to define A's internal coordinate set. </td>
400      </tr>
401    </table>
402   </ul>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines