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

Comparing trunk/OOPSE-4/src/integrators/RNEMD.hpp (file contents):
Revision 3489 by skuang, Thu Mar 19 21:03:36 2009 UTC vs.
Revision 3490 by gezelter, Thu Apr 2 16:04:52 2009 UTC

# Line 51 | Line 51
51   #define INTEGRATORS_RNEMD_HPP
52   #include "brains/SimInfo.hpp"
53   #include "math/RandNumGen.hpp"
54 + #include "selection/SelectionEvaluator.hpp"
55 + #include "selection/SelectionManager.hpp"
56  
57   namespace oopse {
58  
# Line 68 | Line 70 | namespace oopse {
70      void set_RNEMD_nBins(int nbins) { nBins_ = nbins; }
71      RealType get_RNEMD_exchange_total() { return exchangeSum_; }
72      void set_RNEMD_exchange_total(RealType et) {exchangeSum_ = et;}
73 <        
73 >
74    private:
75 <        
75 >
76      enum RNEMDTypeEnum {
77        rnemdKinetic,
78        rnemdPx,
# Line 86 | Line 88 | namespace oopse {
88      RealType exchangeSum_;
89      RNEMDTypeEnum rnemdType_;
90      std::map<std::string, RNEMDTypeEnum> stringToEnumMap_;
91 +    std::string rnemdObjectSelection_;
92 +    SelectionManager seleMan_;
93 +    SelectionEvaluator evaluator_;
94 +    bool usePeriodicBoundaryConditions_;
95  
90
96    };
97  
98   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines