Changeset d2be22 for src/Actions/GraphAction/CreateAdjacencyAction.cpp
- Timestamp:
- Dec 19, 2025, 11:29:38 PM (6 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/GraphAction/CreateAdjacencyAction.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/GraphAction/CreateAdjacencyAction.cpp
r29ba9a rd2be22 66 66 BondGraph *BG = World::getInstance().getBondGraph(); 67 67 ASSERT(BG != NULL, "GraphCreateAdjacencyAction: BondGraph is NULL."); 68 69 if (!BG->IsBondLengthTableLoaded()) { 70 STATUS("BondLength table has not been loaded."); 71 return Action::failure; 72 } 68 73 69 74 // count all present bonds
Note:
See TracChangeset
for help on using the changeset viewer.
