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 1366 by cli2, Mon Sep 7 16:31:51 2009 UTC vs.
Revision 1367 by skuang, Mon Oct 19 13:35:42 2009 UTC

# Line 135 | Line 135 | namespace oopse {
135      DeclareParameter(MTM_Sigma, RealType);    
136      DeclareParameter(MTM_R, RealType);    
137      DeclareParameter(UseRNEMD, bool);
138 <    DeclareParameter(RNEMD_swapTime, RealType);
138 >    DeclareParameter(RNEMD_exchangeTime, RealType);
139      DeclareParameter(RNEMD_nBins, int);
140 <    DeclareParameter(RNEMD_swapType, std::string);
140 >    DeclareParameter(RNEMD_logWidth, int);
141 >    DeclareParameter(RNEMD_exchangeType, std::string);
142      DeclareParameter(RNEMD_objectSelection, std::string);
143 +    DeclareParameter(RNEMD_targetFlux, RealType);
144      DeclareParameter(UseRestraints, bool);
145      DeclareParameter(Restraint_file, std::string);
144
146      
147    public:
148      bool addComponent(Component* comp);
# Line 173 | Line 174 | namespace oopse {
174   };
175   }
176   #endif
176

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines