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/PairPotential_Harmonic.hpp

    ra14673 rddb998  
    191191   * \return subgraph describing the potential's bonding model
    192192   */
    193   const PotentialSubgraph& getSubgraph() const
     193  const PotentialGraph& getSubgraph() const
    194194  { return subgraph; }
    195195
     
    208208
    209209  //!> internal subgraph describing the subgraph modeled by this potential
    210   static const PotentialSubgraph subgraph;
     210  static const PotentialGraph subgraph;
    211211};
    212212
Note: See TracChangeset for help on using the changeset viewer.