Changeset d2be22 for src/Actions/AtomAction/BondifyAction.cpp
- Timestamp:
- Dec 19, 2025, 11:29:38 PM (7 weeks ago)
- Branches:
- Candidate_v1.7.1, stable
- Children:
- 25aa214
- Parents:
- 29ba9a
- git-author:
- Frederik Heber <frederik.heber@…> (11/16/25 11:12:52)
- git-committer:
- Frederik Heber <frederik.heber@…> (12/19/25 23:29:38)
- File:
-
- 1 edited
-
src/Actions/AtomAction/BondifyAction.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/AtomAction/BondifyAction.cpp
r29ba9a rd2be22 214 214 // ensure we have one selected atom 215 215 World &world = World::getInstance(); 216 const BondGraph &BG = *world.getBondGraph(); 216 const BondGraph &BG = *world.getBondGraph(); 217 217 218 218 // check precondition 219 if (!BG.IsBondLengthTableLoaded()) { 220 STATUS("BondLength table has not been loaded."); 221 return Action::failure; 222 } 219 223 const std::vector<atom *> atoms = world.getSelectedAtoms(); 220 224 if (atoms.size() != 1) {
Note:
See TracChangeset
for help on using the changeset viewer.
