Ignore:
Timestamp:
Oct 3, 2016, 5:34:49 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Fix_FitPotential_needs_atomicnumbers
Children:
91a3f7
Parents:
6aed89
git-author:
Frederik Heber <heber@…> (10/03/16 17:29:46)
git-committer:
Frederik Heber <heber@…> (10/03/16 17:34:49)
Message:

tempcommit: Merge with b794f5e8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Potentials/Specifics/ThreeBodyPotential_Angle.cpp

    r6aed89 r35760a  
    6666const std::string ThreeBodyPotential_Angle::potential_token("harmonic_angle");
    6767Coordinator::ptr ThreeBodyPotential_Angle::coordinator(Memory::ignore(new ThreeBody_Angle()));
     68static PotentialSubgraph generateSubgraph()
     69{
     70  return PotentialSubgraph();
     71}
     72const PotentialSubgraph ThreeBodyPotential_Angle::subgraph(generateSubgraph());
    6873
    6974ThreeBodyPotential_Angle::ThreeBodyPotential_Angle() :
     
    247252}
    248253
    249 boost::adjacency_list<>
    250 ThreeBodyPotential_Angle::getSubgraph() const
    251 {
    252   return boost::adjacency_list<> (3);
    253 }
Note: See TracChangeset for help on using the changeset viewer.