# | Line 139 | Line 139 | namespace oopse { | |
---|---|---|
139 | DeclareParameter(RNEMD_swapTime, RealType); | |
140 | DeclareParameter(RNEMD_nBins, int); | |
141 | DeclareParameter(RNEMD_swapType, std::string); | |
142 | + | DeclareParameter(RNEMD_objectSelection, std::string); |
143 | ||
144 | public: | |
145 | bool addComponent(Component* comp); | |
# | Line 159 | Line 160 | namespace oopse { | |
160 | std::vector<ZConsStamp*> zconstraints_; | |
161 | std::map<std::string, MoleculeStamp*> moleculeStamps_; | |
162 | std::pair<int, int> taggedAtomPair_; | |
162 | – | |
163 | }; | |
164 | } | |
165 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |