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 1305 by gezelter, Thu Sep 11 19:40:59 2008 UTC vs.
Revision 1306 by chuckv, Thu Oct 16 18:25:36 2008 UTC

# Line 129 | Line 129 | namespace oopse {
129      DeclareParameter(LangevinBufferRadius, RealType);
130      DeclareParameter(AccumulateBoxDipole, bool);
131      DeclareParameter(NeighborListNeighbors, int);
132 +    DeclareParameter(UseMultipleTemperatureMethod, bool);
133 +    DeclareParameter(MTM_Ce, RealType);
134 +    DeclareParameter(MTM_G, RealType);
135 +    DeclareParameter(MTM_Io, RealType);
136 +    DeclareParameter(MTM_Sigma, RealType);    
137 +    DeclareParameter(MTM_R, RealType);    
138      
133    
139    public:
140      bool addComponent(Component* comp);
141      bool addZConsStamp(ZConsStamp* zcons);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines