# | Line 537 | Line 537 | double RigidBody::getAtomEps(int index){ | |
---|---|---|
537 | ||
538 | } | |
539 | ||
540 | < | char *RigidBody::getAtomType(int index){ |
540 | > | char *RigidBody::getAtomBase(int index){ |
541 | ||
542 | < | return myAtoms[index]->getType(); |
542 | > | return myAtoms[index]->getBase(); |
543 | ||
544 | < | } |
544 | > | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |