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/bondgraph.hpp

    r08b88b rc1b4a4  
    3838  bool ConstructBondGraph(ofstream * const out, molecule * const mol);
    3939  double GetBondLength(int firstelement, int secondelement);
    40   double SetMaxDistanceToMaxOfCovalentRadii(ofstream * const out, const periodentafel * const periode);
     40  double SetMaxDistanceToMaxOfCovalentRadii(ofstream * const out, const molecule * const mol);
    4141
    4242  void BondLengthMatrixMinMaxDistance(BondedParticle * const Walker, BondedParticle * const OtherWalker, double &MinDistance, double &MaxDistance, bool IsAngstroem);
Note: See TracChangeset for help on using the changeset viewer.