Changes in src/moleculelist.cpp [b72091:046783]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/moleculelist.cpp
rb72091 r046783 786 786 787 787 // 1. dissect the molecule into connected subgraphs 788 if ( !configuration->BG->ConstructBondGraph(mol)) {788 if (configuration->BG->ConstructBondGraph(mol)) { 789 789 delete (mol); 790 790 eLog() << Verbose(1) << "There are no bonds." << endl;
Note:
See TracChangeset
for help on using the changeset viewer.