| 65 |  | DeclareParameter(Ensemble, std::string); | 
| 66 |  | DeclareParameter(Dt, RealType); | 
| 67 |  | DeclareParameter(RunTime, RealType); | 
| 68 | < | DeclareParameter(InitialConfig, std::string); | 
| 68 | > | //DeclareParameter(InitialConfig, std::string); | 
| 69 |  | DeclareParameter(FinalConfig, std::string); | 
| 70 |  | DeclareParameter(SampleTime, RealType); | 
| 71 |  | DeclareParameter(ResetTime, RealType); | 
| 72 |  | DeclareParameter(StatusTime, RealType); | 
| 73 |  | DeclareParameter(CutoffRadius, RealType); | 
| 74 |  | DeclareParameter(SwitchingRadius, RealType); | 
| 75 | – | DeclareParameter(Dielectric, RealType); | 
| 75 |  | DeclareParameter(TempSet, bool); | 
| 76 |  | DeclareParameter(ThermalTime, RealType); | 
| 77 |  | DeclareParameter(UsePeriodicBoundaryConditions, bool); | 
| 110 |  | DeclareParameter(ElectrostaticSummationMethod, std::string); | 
| 111 |  | DeclareParameter(ElectrostaticScreeningMethod, std::string); | 
| 112 |  | DeclareParameter(DampingAlpha, RealType); | 
| 113 | + | DeclareParameter(Dielectric, RealType); | 
| 114 |  | DeclareParameter(CutoffPolicy, std::string); | 
| 115 |  | DeclareParameter(SwitchingFunctionType, std::string); | 
| 116 |  | DeclareParameter(CompressDumpFile, bool); | 
| 123 |  | DeclareParameter(UseSphericalBoundaryConditions, bool); | 
| 124 |  | DeclareParameter(FrozenBufferRadius, RealType); | 
| 125 |  | DeclareParameter(LangevinBufferRadius, RealType); | 
| 126 | + | DeclareParameter(AccumulateBoxDipole, bool); | 
| 127 |  |  | 
| 128 |  | public: | 
| 129 |  | bool addComponent(Component* comp); |