--- trunk/OOPSE-4/src/selection/SelectionEvaluator.hpp 2005/02/15 17:35:30 2033 +++ trunk/OOPSE-4/src/selection/SelectionEvaluator.hpp 2005/02/15 17:49:58 2034 @@ -205,8 +205,10 @@ class SelectionEvaluator{ NameFinder nameFinder; DistanceFinder distanceFinder; int nStuntDouble; //natoms + nrigidbodies - std::map variables; + typedef std::map VariablesType; + VariablesType variables; + bool isDynamic_; bool isLoaded_;