Changeset 35760a for src/Potentials/Specifics/PairPotential_Morse.cpp
- 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
-
src/Potentials/Specifics/PairPotential_Morse.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Potentials/Specifics/PairPotential_Morse.cpp
r6aed89 r35760a 68 68 const std::string PairPotential_Morse::potential_token("morse"); 69 69 Coordinator::ptr PairPotential_Morse::coordinator(Memory::ignore(new TwoBody_Length())); 70 static PotentialSubgraph generateSubgraph() 71 { 72 return PotentialSubgraph(); 73 } 74 const PotentialSubgraph PairPotential_Morse::subgraph(generateSubgraph()); 70 75 71 76 PairPotential_Morse::PairPotential_Morse() : … … 244 249 } 245 250 246 boost::adjacency_list<>247 PairPotential_Morse::getSubgraph() const248 {249 return boost::adjacency_list<> (2);250 }
Note:
See TracChangeset
for help on using the changeset viewer.
