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

Comparing trunk/src/io/Globals.hpp (file contents):
Revision 1330 by gezelter, Mon Mar 9 14:03:31 2009 UTC vs.
Revision 1331 by gezelter, Thu Apr 2 16:04:52 2009 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines