# | Line 283 | Line 283 | namespace oopse{ | |
---|---|---|
283 | } | |
284 | ||
285 | /** return the total potential energy of short range interaction of this molecule */ | |
286 | < | double getPotential(); |
286 | > | RealType getPotential(); |
287 | ||
288 | /** get total mass of this molecule */ | |
289 | < | double getMass(); |
289 | > | RealType getMass(); |
290 | ||
291 | /** return the center of mass of this molecule */ | |
292 | Vector3d getCom(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |