ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/rnemd/RNEMD.hpp
(Generate patch)

Comparing trunk/src/integrators/RNEMD.hpp (file contents):
Revision 1329 by gezelter, Sat Mar 14 01:23:53 2009 UTC vs.
Revision 1330 by skuang, Thu Mar 19 21:03:36 2009 UTC

# Line 65 | Line 65 | namespace oopse {
65          
66      void doSwap();
67      void set_RNEMD_swapTime(RealType swapTime) { swapTime_ = swapTime; }
68    void set_RNEMD_swapType(const std::string &str);
68      void set_RNEMD_nBins(int nbins) { nBins_ = nbins; }
69      RealType get_RNEMD_exchange_total() { return exchangeSum_; }
70      void set_RNEMD_exchange_total(RealType et) {exchangeSum_ = et;}
# Line 86 | Line 85 | namespace oopse {
85      RealType swapTime_;
86      RealType exchangeSum_;
87      RNEMDTypeEnum rnemdType_;
88 +    std::map<std::string, RNEMDTypeEnum> stringToEnumMap_;
89  
90 +
91    };
92  
93   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines