# | Line 42 | Line 42 | class Atom : public StuntDouble { (public) | |
---|---|---|
42 | ||
43 | void getRc(double theRc[3]); | |
44 | void setRc(double theRc[3]); | |
45 | < | |
45 | > | |
46 | double getMassRatio() { return *massRatio;} | |
47 | void setMassRatio(double theMassRatio) { *massRatio = theMassRatio;} | |
48 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |