| 118 |  | DeclareParameter(OutputParticlePotential, bool); | 
| 119 |  | DeclareParameter(OutputElectricField, bool); | 
| 120 |  | DeclareParameter(OutputFluctuatingCharges, bool); | 
| 121 | + | DeclareParameter(OutputSitePotential, bool); | 
| 122 |  | DeclareParameter(SkinThickness, RealType); | 
| 123 |  | DeclareParameter(StatFileFormat, std::string); | 
| 124 |  | DeclareParameter(HydroPropFile, std::string); | 
| 140 |  | DeclareParameter(HULL_Method, std::string); | 
| 141 |  | DeclareParameter(Alpha, RealType); | 
| 142 |  | DeclareAlterableParameter(MDfileVersion, int); | 
| 143 | + | DeclareParameter(UniformField, OpenMD::Vector3d); | 
| 144 |  | DeclareParameter(ElectricField, OpenMD::Vector3d); | 
| 145 |  | DeclareParameter(ConstraintTime, RealType); | 
| 146 |  |  |