Changeset d2be22 for src/Graph/BondGraph.hpp
- Timestamp:
- Dec 19, 2025, 11:29:38 PM (9 days 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/Graph/BondGraph.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Graph/BondGraph.hpp
r29ba9a rd2be22 70 70 */ 71 71 bool LoadBondLengthTable(std::istream &input); 72 73 /** States whether the bond table has been loaded. 74 * \return true - the internal matrix container is allocated, false - no bond table structure allocated 75 */ 76 bool IsBondLengthTableLoaded() const { return BondLengthMatrix != NULL; } 72 77 73 78 /** Removes allocated bond length table.
Note:
See TracChangeset
for help on using the changeset viewer.
