- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/GraphAction/CorrectBondDegreeAction.cpp
rdc798d r343c5a 106 106 BG->CorrectBondDegree(Set); 107 107 108 // give info 109 size_t BondCount = 0; 110 std::vector<molecule *> molecules = World::getInstance().getAllMolecules(); 111 for (std::vector<molecule *>::const_iterator iter = molecules.begin(); 112 iter != molecules.end(); ++iter) 113 BondCount += (*iter)->getBondCount(); 114 LOG(0, "STATUS: Recognized " << BondCount << " bonds."); 115 108 116 return ActionState::ptr(UndoState); 109 117 }
Note:
See TracChangeset
for help on using the changeset viewer.