Ignore:
Timestamp:
Oct 3, 2016, 5:40:40 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Fix_FitPotential_needs_atomicnumbers
Children:
ffad62
Parents:
a14673
Message:

tempcommit: Renamed PotentialSubgraph -> PotentialGraph.

File:
1 edited

Legend:

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

    ra14673 rddb998  
    5757   * \return subgraph describing the potential's bonding model
    5858   */
    59   const PotentialSubgraph& getSubgraph() const
     59  const PotentialGraph& getSubgraph() const
    6060  { return subgraph; }
    6161
     
    101101
    102102  //!> internal subgraph describing the subgraph modeled by this potential
    103   static const PotentialSubgraph subgraph;
     103  static const PotentialGraph subgraph;
    104104};
    105105
Note: See TracChangeset for help on using the changeset viewer.