# | Line 63 | Line 63 | namespace oopse { | |
---|---|---|
63 | Velocitizer(SimInfo* info); | |
64 | virtual ~Velocitizer(); | |
65 | ||
66 | < | void velocitize(double temperature); |
66 | > | void velocitize(RealType temperature); |
67 | ||
68 | void removeComDrift(); | |
69 | + | /* |
70 | + | Removes center of mass angular momemtum |
71 | + | */ |
72 | + | void removeAngularDrift(); |
73 | ||
74 | private: | |
75 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |