| 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); |
| 141 |
|
DeclareParameter(Alpha, RealType); |
| 142 |
|
DeclareAlterableParameter(MDfileVersion, int); |
| 143 |
|
DeclareParameter(ElectricField, OpenMD::Vector3d); |
| 144 |
+ |
DeclareParameter(ConstraintTime, RealType); |
| 145 |
|
|
| 146 |
|
public: |
| 147 |
|
bool addComponent(Component* comp); |