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

    ra14673 rddb998  
    6565const std::string FourBodyPotential_Torsion::potential_token("torsion");
    6666Coordinator::ptr FourBodyPotential_Torsion::coordinator(Memory::ignore(new FourBody_TorsionAngle()));
    67 static PotentialSubgraph generateSubgraph()
    68 {
    69   return PotentialSubgraph();
    70 }
    71 const PotentialSubgraph FourBodyPotential_Torsion::subgraph(generateSubgraph());
     67static PotentialGraph generateSubgraph()
     68{
     69  return PotentialGraph();
     70}
     71const PotentialGraph FourBodyPotential_Torsion::subgraph(generateSubgraph());
    7272
    7373FourBodyPotential_Torsion::FourBodyPotential_Torsion() :
Note: See TracChangeset for help on using the changeset viewer.