- Timestamp:
- Oct 3, 2016, 5:34:49 PM (9 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Potentials/Specifics/FourBodyPotential_Improper.cpp
r6aed89 r35760a 50 50 const std::string FourBodyPotential_Improper::improper_token("improper"); 51 51 Coordinator::ptr FourBodyPotential_Improper::coordinator(Memory::ignore(new FourBody_ImproperAngle())); 52 static PotentialSubgraph generateSubgraph() 53 { 54 return PotentialSubgraph(); 55 } 56 const PotentialSubgraph FourBodyPotential_Improper::subgraph(generateSubgraph()); 52 57 53 58 FourBodyPotential_Improper::FourBodyPotential_Improper() : … … 90 95 ); 91 96 } 92 93 boost::adjacency_list<>94 FourBodyPotential_Improper::getSubgraph() const95 {96 return boost::adjacency_list<> (4);97 }
Note:
See TracChangeset
for help on using the changeset viewer.
