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

    ra14673 rddb998  
    189189   * \return subgraph describing the potential's bonding model
    190190   */
    191   const PotentialSubgraph& getSubgraph() const
     191  const PotentialGraph& getSubgraph() const
    192192  { return subgraph; }
    193193
     
    206206
    207207  //!> internal subgraph describing the subgraph modeled by this potential
    208   static const PotentialSubgraph subgraph;
     208  static const PotentialGraph subgraph;
    209209};
    210210
Note: See TracChangeset for help on using the changeset viewer.