| # | Line 120 | Line 120 | void LipidHeadVisitor::visit(RigidBody* rb){ | |
|---|---|---|
| 120 | ||
| 121 | atomInfo = new AtomInfo; | |
| 122 | ||
| 123 | < | atomInfo->AtomType = "X"; |
| 123 | > | atomInfo->atomTypeName = "X"; |
| 124 | ||
| 125 | atomInfo->pos[0] = pos[0]; | |
| 126 | ||
| # | Line 248 | Line 248 | void RBCOMVisitor::visit(RigidBody* rb){ | |
| 248 | ||
| 249 | atomInfo = new AtomInfo; | |
| 250 | ||
| 251 | < | atomInfo->AtomType = "X"; |
| 251 | > | atomInfo->atomTypeName = "X"; |
| 252 | ||
| 253 | atomInfo->pos[0] = pos[0]; | |
| 254 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |