--- trunk/src/io/Globals.hpp 2009/03/19 21:03:36 1330 +++ trunk/src/io/Globals.hpp 2009/04/02 16:04:52 1331 @@ -139,6 +139,7 @@ namespace oopse { DeclareParameter(RNEMD_swapTime, RealType); DeclareParameter(RNEMD_nBins, int); DeclareParameter(RNEMD_swapType, std::string); + DeclareParameter(RNEMD_objectSelection, std::string); public: bool addComponent(Component* comp); @@ -159,7 +160,6 @@ namespace oopse { std::vector zconstraints_; std::map moleculeStamps_; std::pair taggedAtomPair_; - }; } #endif