| # | Line 118 | Line 118 | class Globals : public DataHolder { | |
|---|---|---|
| 118 | DeclareParameter(SkinThickness, double); | |
| 119 | DeclareParameter(StatFileFormat, std::string); | |
| 120 | DeclareParameter(HydroPropFile, std::string); | |
| 121 | + | DeclareParameter(Viscosity, double); |
| 122 | + | DeclareParameter(BeadSize, double); |
| 123 | + | |
| 124 | public: | |
| 125 | bool addComponent(Component* comp); | |
| 126 | bool addZConsStamp(ZConsStamp* zcons); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |