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 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC vs.
Revision 1613 by gezelter, Thu Aug 18 20:18:19 2011 UTC

# Line 112 | Line 112 | namespace OpenMD {
112      DeclareParameter(ElectrostaticScreeningMethod, std::string);
113      DeclareParameter(DampingAlpha, RealType);
114      DeclareParameter(Dielectric, RealType);
115 +    DeclareParameter(CutoffMethod, std::string);
116      DeclareParameter(CutoffPolicy, std::string);
117      DeclareParameter(SwitchingFunctionType, std::string);
118      DeclareParameter(CompressDumpFile, bool);
# Line 143 | 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 160 | 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);}    
163
164    //std::string getRestraint_file(){
165      
166      virtual void validate();
167    private:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines