Ignore:
Timestamp:
Nov 3, 2009, 4:34:31 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
a3ffb44
Parents:
08b88b
Message:

"not working parsed molecule into subgraph splitting"-BUG fixed, BugFinder branch can be closed.

  • config::Load() - atoms were not in the right order for MaxOrder-test (12). Hence, the BondFragmentAdjacency could not be parsed. Now, we just take the subgraphs as the association of each atom to a molecule, i.e. we make a list and then re-link each atom to its new connected subgraph molecule, which is returned as the MoleculeListClass.

other fixes:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecule_graph.cpp

    r08b88b rc1b4a4  
    121121    removewithoutcheck(Binder);
    122122  }
     123  BondCount = 0;
    123124
    124125  // count atoms in molecule = dimension of matrix (also give each unique name and continuous numbering)
Note: See TracChangeset for help on using the changeset viewer.