| # | Line 384 | Line 384 | namespace oopse { | |
|---|---|---|
| 384 | AtomData* atomData; | |
| 385 | GenericData* data; | |
| 386 | bool haveAtomData; | |
| 387 | – | AtomType* atomType; |
| 387 | //if atom is not linear atom, just skip it | |
| 388 | if(!isLinearAtom(datom->getType()) || !datom->getAtomType()->isGayBerne()) | |
| 389 | return; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |