ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/selection/SelectionToken.hpp
(Generate patch)

Comparing trunk/src/selection/SelectionToken.hpp (file contents):
Revision 1411 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
Revision 1412 by gezelter, Mon Mar 22 18:45:39 2010 UTC

# Line 130 | Line 130 | namespace OpenMD {
130      // atom expression operators
131      const static int leftparen    = expression |  0;
132      const static int rightparen   = expression |  1;
133 <    const static int to           = expression | 2;
133 >    const static int to           = expression |  2;
134      const static int opAnd        = expression |  3;
135      const static int opOr         = expression |  4;
136      const static int opNot        = expression |  5;
# Line 140 | Line 140 | namespace OpenMD {
140      const static int all          = expression | 9 ;
141      const static int none         = expression | 10;
142      const static int name         = expression | 11;
143 +    const static int hull         = expression | dynamic | 12;
144      // miguel 2005 01 01
145      // these are used to demark the beginning and end of expressions
146      // they do not exist in the source code, but are emitted by the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines