Changeset 1540c8c


Ignore:
Timestamp:
Mar 3, 2010, 7:17:58 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
6e1853
Parents:
296798 (diff), 328418d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'FixDissectIntoSubgraphs_ConstructBondGraphcheck' into Analysis_PairCorrelation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/moleculelist.cpp

    r296798 r1540c8c  
    786786
    787787  // 1. dissect the molecule into connected subgraphs
    788   if (configuration->BG->ConstructBondGraph(mol)) {
     788  if (!configuration->BG->ConstructBondGraph(mol)) {
    789789    delete (mol);
    790790    eLog() << Verbose(1) << "There are no bonds." << endl;
Note: See TracChangeset for help on using the changeset viewer.