- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Exporters/SaturatedFragment.cpp
r5d5550 r910a5d 311 311 _atom->setFixedIon(true); 312 312 // if we replace hydrogen, we mark it as our father, otherwise we are just an added hydrogen with no father 313 _atom-> father = _father;313 _atom->setFather(_father); 314 314 SaturationHydrogens.insert(_atom->getId()); 315 315 … … 387 387 _atom->setFixedIon(replacement->getFixedIon()); 388 388 // if we replace hydrogen, we mark it as our father, otherwise we are just an added hydrogen with no father 389 _atom-> father = replacement;389 _atom->setFather(replacement); 390 390 SaturationHydrogens.insert(_atom->getId()); 391 391 return _atom;
Note:
See TracChangeset
for help on using the changeset viewer.