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

    ra14673 rddb998  
    5050const std::string FourBodyPotential_Improper::improper_token("improper");
    5151Coordinator::ptr FourBodyPotential_Improper::coordinator(Memory::ignore(new FourBody_ImproperAngle()));
    52 static PotentialSubgraph generateSubgraph()
     52static PotentialGraph generateSubgraph()
    5353{
    54   return PotentialSubgraph();
     54  return PotentialGraph();
    5555}
    56 const PotentialSubgraph FourBodyPotential_Improper::subgraph(generateSubgraph());
     56const PotentialGraph FourBodyPotential_Improper::subgraph(generateSubgraph());
    5757
    5858FourBodyPotential_Improper::FourBodyPotential_Improper() :
Note: See TracChangeset for help on using the changeset viewer.