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

Comparing trunk/OOPSE-3.0/src/selection/SelectionEvaluator.hpp (file contents):
Revision 1979 by tim, Mon Feb 7 19:13:18 2005 UTC vs.
Revision 2034 by tim, Tue Feb 15 17:49:58 2005 UTC

# Line 45 | Line 45
45   #include <map>
46   #include <string>
47   #include <vector>
48 + #include <fstream>
49  
50   #include "brains/SimInfo.hpp"
51   #include "selection/Token.hpp"
# Line 204 | Line 205 | class SelectionEvaluator{
205          NameFinder nameFinder;
206          DistanceFinder distanceFinder;
207          int nStuntDouble;   //natoms + nrigidbodies
207        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