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 1714 by gezelter, Sat May 19 18:12:46 2012 UTC vs.
Revision 1715 by gezelter, Tue May 22 21:55:31 2012 UTC

# Line 150 | Line 150 | namespace OpenMD {
150      DeclareParameter(Restraint_file, std::string);
151      DeclareParameter(HULL_Method, std::string);
152      DeclareParameter(Alpha, RealType);
153 +    DeclareParameter(FlucQPropagator, std::string);
154 +    DeclareParameter(FlucQFriction, RealType);    
155 +    DeclareParameter(FlucQTolerance, RealType);    
156 +    DeclareParameter(FlucQMaxIterations, int);    
157 +    DeclareParameter(FlucQTargetTemp, RealType);
158 +    DeclareParameter(FlucQtauThermostat, RealType);
159      DeclareAlterableParameter(MDfileVersion, int);
160 <    
160 >
161    public:
162      bool addComponent(Component* comp);
163      bool addZConsStamp(ZConsStamp* zcons);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines