Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Fragmentation/Exporters/SaturatedFragment.cpp

    r910a5d r5d5550  
    311311  _atom->setFixedIon(true);
    312312  // if we replace hydrogen, we mark it as our father, otherwise we are just an added hydrogen with no father
    313   _atom->setFather(_father);
     313  _atom->father = _father;
    314314  SaturationHydrogens.insert(_atom->getId());
    315315
     
    387387  _atom->setFixedIon(replacement->getFixedIon());
    388388  // if we replace hydrogen, we mark it as our father, otherwise we are just an added hydrogen with no father
    389   _atom->setFather(replacement);
     389  _atom->father = replacement;
    390390  SaturationHydrogens.insert(_atom->getId());
    391391  return _atom;
Note: See TracChangeset for help on using the changeset viewer.