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 1665 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1715 by gezelter, Tue May 22 21:55:31 2012 UTC

# Line 119 | Line 119 | namespace OpenMD {
119      DeclareParameter(CompressDumpFile, bool);
120      DeclareParameter(OutputForceVector, bool);
121      DeclareParameter(OutputParticlePotential, bool);
122 +    DeclareParameter(OutputElectricField, bool);
123 +    DeclareParameter(OutputFluctuatingCharges, bool);
124      DeclareParameter(SkinThickness, RealType);
125      DeclareParameter(StatFileFormat, std::string);    
126      DeclareParameter(HydroPropFile, std::string);
# Line 148 | 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