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

Comparing trunk/src/selection/SelectionToken.hpp (file contents):
Revision 1930 by gezelter, Sun Jun 16 15:15:42 2013 UTC vs.
Revision 1931 by gezelter, Mon Aug 19 19:20:32 2013 UTC

# Line 122 | Line 122 | namespace OpenMD {
122      const  static int embeddedExpression= (1 << 19); // embedded expression
123      const static int index = (1 << 20) | expression;
124      // rasmol commands
125 <    const static int define       = command | expressionCommand |1;
126 <    const static int select       = command |expressionCommand |2 ;
125 >    const static int define       = command | expressionCommand | 1;
126 >    const static int select       = command | expressionCommand | 2 ;
127  
128      //predefine
129      //const static int selected    = predefinedset |0;
# Line 151 | Line 151 | namespace OpenMD {
151      const static int expressionEnd   = expression | 101;
152  
153      const static int mass         = atomproperty | 0;
154 <    const static int charge       = atomproperty | 1;
154 >    const static int charge       = atomproperty | dynamic | 1;
155      const static int x            = atomproperty | dynamic | 2;
156      const static int y            = atomproperty | dynamic | 3;
157      const static int z            = atomproperty | dynamic | 4;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines