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 963 by tim, Wed May 17 21:51:42 2006 UTC vs.
Revision 1095 by chuckv, Tue Dec 5 00:17:24 2006 UTC

# Line 65 | Line 65 | class Globals : public DataHolder {
65    DeclareParameter(Ensemble, std::string);
66    DeclareParameter(Dt, RealType);
67    DeclareParameter(RunTime, RealType);
68  DeclareParameter(InitialConfig, std::string);
68    DeclareParameter(FinalConfig, std::string);
69    DeclareParameter(SampleTime, RealType);
70    DeclareParameter(ResetTime, RealType);
71    DeclareParameter(StatusTime, RealType);
72    DeclareParameter(CutoffRadius, RealType);
73    DeclareParameter(SwitchingRadius, RealType);
75  DeclareParameter(Dielectric, RealType);
74    DeclareParameter(TempSet, bool);
75    DeclareParameter(ThermalTime, RealType);
76    DeclareParameter(UsePeriodicBoundaryConditions, bool);
# Line 111 | Line 109 | class Globals : public DataHolder {
109    DeclareParameter(ElectrostaticSummationMethod, std::string);
110    DeclareParameter(ElectrostaticScreeningMethod, std::string);
111    DeclareParameter(DampingAlpha, RealType);
112 +  DeclareParameter(Dielectric, RealType);
113    DeclareParameter(CutoffPolicy, std::string);
114    DeclareParameter(SwitchingFunctionType, std::string);
115    DeclareParameter(CompressDumpFile, bool);
# Line 123 | Line 122 | class Globals : public DataHolder {
122    DeclareParameter(UseSphericalBoundaryConditions, bool);
123    DeclareParameter(FrozenBufferRadius, RealType);
124    DeclareParameter(LangevinBufferRadius, RealType);
125 <  
125 >  DeclareParameter(AccumulateBoxDipole, bool);
126 >  DeclareParameter(NeighborListNeighbors,int);
127 >  DeclareParameter(TempDepViscosityA,RealType);
128 >  DeclareParameter(TempDepViscosityB,RealType);
129 >  DeclareParameter(TempDepViscosityC,RealType);
130 >  DeclareParameter(TempDepViscosityD,RealType);
131 >
132    public:
133      bool addComponent(Component* comp);
134      bool addZConsStamp(ZConsStamp* zcons);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines