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

Comparing branches/development/src/io/Globals.hpp (file contents):
Revision 1576 by gezelter, Wed Jun 8 16:05:07 2011 UTC vs.
Revision 1613 by gezelter, Thu Aug 18 20:18:19 2011 UTC

# Line 144 | Line 144 | namespace OpenMD {
144      DeclareParameter(Restraint_file, std::string);
145      DeclareParameter(HULL_Method, std::string);
146      DeclareParameter(Alpha, RealType);
147 +    DeclareAlterableParameter(MDfileVersion, int);
148      
149    public:
150      bool addComponent(Component* comp);
# Line 161 | Line 162 | namespace OpenMD {
162      int getNRestraintStamps() {return restraints_.size();}
163      std::vector<RestraintStamp*> getRestraintStamps() {return restraints_;}
164      RestraintStamp* getRestraintStampAt(int index) {return restraints_.at(index);}    
164
165    //std::string getRestraint_file(){
165      
166      virtual void validate();
167    private:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines