| # | Line 219 | Line 219 | namespace oopse { | |
|---|---|---|
| 219 | strIter = linearAtomType.find(atomType); | |
| 220 | ||
| 221 | return strIter != linearAtomType.end() ? true : false; | |
| 222 | + | } |
| 223 | + | |
| 224 | + | void LinearAtomVisitor::addGayBerneAtomType(const std::string& atomType){ |
| 225 | + | linearAtomType.insert(atomType); |
| 226 | } | |
| 227 | ||
| 228 | void LinearAtomVisitor::visit(DirectionalAtom* datom){ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |