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

    r6aed89 r35760a  
    5050const std::string FourBodyPotential_Improper::improper_token("improper");
    5151Coordinator::ptr FourBodyPotential_Improper::coordinator(Memory::ignore(new FourBody_ImproperAngle()));
     52static PotentialSubgraph generateSubgraph()
     53{
     54  return PotentialSubgraph();
     55}
     56const PotentialSubgraph FourBodyPotential_Improper::subgraph(generateSubgraph());
    5257
    5358FourBodyPotential_Improper::FourBodyPotential_Improper() :
     
    9095      );
    9196}
    92 
    93 boost::adjacency_list<>
    94 FourBodyPotential_Improper::getSubgraph() const
    95 {
    96   return boost::adjacency_list<> (4);
    97 }
Note: See TracChangeset for help on using the changeset viewer.