# | 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 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |