Changeset ddb998 for src/Potentials/Specifics/ManyBodyPotential_Tersoff.cpp
- Timestamp:
- Oct 3, 2016, 5:40:40 PM (9 years ago)
- Branches:
- Fix_FitPotential_needs_atomicnumbers
- Children:
- ffad62
- Parents:
- a14673
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Potentials/Specifics/ManyBodyPotential_Tersoff.cpp
ra14673 rddb998 81 81 const std::string ManyBodyPotential_Tersoff::potential_token("tersoff"); 82 82 Coordinator::ptr ManyBodyPotential_Tersoff::coordinator(Memory::ignore(new OneBody_Constant())); 83 static Potential Subgraph generateSubgraph()84 { 85 return Potential Subgraph();86 } 87 const Potential Subgraph ManyBodyPotential_Tersoff::subgraph(generateSubgraph());83 static PotentialGraph generateSubgraph() 84 { 85 return PotentialGraph(); 86 } 87 const PotentialGraph ManyBodyPotential_Tersoff::subgraph(generateSubgraph()); 88 88 89 89 ManyBodyPotential_Tersoff::ManyBodyPotential_Tersoff() :
Note:
See TracChangeset
for help on using the changeset viewer.
