Ignore:
Timestamp:
Dec 19, 2025, 11:29:38 PM (9 days ago)
Author:
Frederik Heber <frederik.heber@…>
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)
Message:

Actions relying on BondGraph fail if not bond table is loaded.

  • this is to ensure to not stumble over missing optimal bond lengths from the table, like with StretchBondAction.
  • TESTFIX: All regression tests that use these actions need to load the bond-table now.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Graph/BondGraph.hpp

    r29ba9a rd2be22  
    7070   */
    7171  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; }
    7277
    7378  /** Removes allocated bond length table.
Note: See TracChangeset for help on using the changeset viewer.