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_Morse.cpp

    ra14673 rddb998  
    6868const std::string PairPotential_Morse::potential_token("morse");
    6969Coordinator::ptr PairPotential_Morse::coordinator(Memory::ignore(new TwoBody_Length()));
    70 static PotentialSubgraph generateSubgraph()
    71 {
    72   return PotentialSubgraph();
    73 }
    74 const PotentialSubgraph PairPotential_Morse::subgraph(generateSubgraph());
     70static PotentialGraph generateSubgraph()
     71{
     72  return PotentialGraph();
     73}
     74const PotentialGraph PairPotential_Morse::subgraph(generateSubgraph());
    7575
    7676PairPotential_Morse::PairPotential_Morse() :
Note: See TracChangeset for help on using the changeset viewer.