ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/selection/SelectionEvaluator.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/selection/SelectionEvaluator.hpp (file contents):
Revision 2033 by chrisfen, Mon Feb 7 20:39:36 2005 UTC vs.
Revision 2034 by tim, Tue Feb 15 17:49:58 2005 UTC

# Line 205 | Line 205 | class SelectionEvaluator{
205          NameFinder nameFinder;
206          DistanceFinder distanceFinder;
207          int nStuntDouble;   //natoms + nrigidbodies
208        std::map<std::string, boost::any > variables;
208  
209 +        typedef std::map<std::string, boost::any > VariablesType;
210 +        VariablesType variables;
211 +
212          bool isDynamic_;
213          bool isLoaded_;
214          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines