Changeset 35760a for src/Potentials/Specifics/FourBodyPotential_Torsion.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
Legend:
- Unmodified
- Added
- Removed
-
src/Potentials/Specifics/FourBodyPotential_Torsion.cpp
r6aed89 r35760a 65 65 const std::string FourBodyPotential_Torsion::potential_token("torsion"); 66 66 Coordinator::ptr FourBodyPotential_Torsion::coordinator(Memory::ignore(new FourBody_TorsionAngle())); 67 static PotentialSubgraph generateSubgraph() 68 { 69 return PotentialSubgraph(); 70 } 71 const PotentialSubgraph FourBodyPotential_Torsion::subgraph(generateSubgraph()); 67 72 68 73 FourBodyPotential_Torsion::FourBodyPotential_Torsion() : … … 260 265 params[FourBodyPotential_Torsion::equilibrium_distance] = 2.*(random()/(rng_max-rng_min)); 261 266 } 262 263 const PotentialSubgraph&264 FourBodyPotential_Torsion::getSubgraph() const265 {266 return subgraph;267 }
Note:
See TracChangeset
for help on using the changeset viewer.
