# | Line 72 | Line 72 | namespace oopse { | |
---|---|---|
72 | virtual void getPosScale(const Vector3d& pos, const Vector3d& COM, int index, Vector3d& sc); | |
73 | ||
74 | virtual void calcVelScale(); | |
75 | < | virtual double calcConservedQuantity(); |
75 | > | virtual RealType calcConservedQuantity(); |
76 | ||
77 | virtual void loadEta(); | |
78 | virtual void saveEta(); | |
79 | < | |
80 | < | double eta; |
81 | < | double oldEta; |
82 | < | double prevEta; |
83 | < | double vScale; |
79 | > | |
80 | > | RealType eta; |
81 | > | RealType oldEta; |
82 | > | RealType prevEta; |
83 | > | RealType vScale; |
84 | ||
85 | }; | |
86 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |