# | Line 72 | Line 72 | namespace OpenMD { | |
---|---|---|
72 | public: | |
73 | HydroProp(); | |
74 | HydroProp(Vector3d cor, Mat6x6d Xi, Mat6x6d D); | |
75 | < | HydroProp(const std::string frictionLine); |
75 | > | HydroProp(const std::string &frictionLine); |
76 | ~HydroProp() { } ; | |
77 | void complete(); | |
78 | void setCOR(Vector3d cor) {cor_ = cor; hasCOR = true;} |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |