Ignore:
Timestamp:
Oct 3, 2016, 5:26:53 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Fix_FitPotential_needs_atomicnumbers
Children:
ce0b0c
Parents:
7ec605
Message:

tempcommit: Add ..Potentials need to supply PotentialSubgraph instead of adjacency_list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Potentials/Specifics/ThreeBodyPotential_Angle.hpp

    r7ec605 rb794f5  
    191191  /** Provides the specific subgraph for this specific empirical potential.
    192192   *
    193    * \return subgraph encoded as boost::graph's adjacency_list
    194    */
    195   boost::adjacency_list<> getSubgraph() const;
     193   * \return subgraph describing the potential's bonding model
     194   */
     195  const PotentialSubgraph& getSubgraph() const
     196  { return subgraph; }
    196197
    197198private:
     
    214215  //!> internal coordinator object for converting arguments_t
    215216  static Coordinator::ptr coordinator;
     217
     218  //!> internal subgraph describing the subgraph modeled by this potential
     219  static const PotentialSubgraph subgraph;
    216220};
    217221
Note: See TracChangeset for help on using the changeset viewer.