# | Line 120 | Line 120 | class Globals : public DataHolder { | |
---|---|---|
120 | DeclareParameter(HydroPropFile, std::string); | |
121 | DeclareParameter(Viscosity, double); | |
122 | DeclareParameter(BeadSize, double); | |
123 | + | DeclareParameter(UseSphericalBoundaryConditions, bool); |
124 | + | DeclareParameter(FrozenBufferRadius, double); |
125 | + | DeclareParameter(LangevinBufferRadius, double); |
126 | ||
127 | public: | |
128 | bool addComponent(Component* comp); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |