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_Torsion.cpp

    r6aed89 r35760a  
    6565const std::string FourBodyPotential_Torsion::potential_token("torsion");
    6666Coordinator::ptr FourBodyPotential_Torsion::coordinator(Memory::ignore(new FourBody_TorsionAngle()));
     67static PotentialSubgraph generateSubgraph()
     68{
     69  return PotentialSubgraph();
     70}
     71const PotentialSubgraph FourBodyPotential_Torsion::subgraph(generateSubgraph());
    6772
    6873FourBodyPotential_Torsion::FourBodyPotential_Torsion() :
     
    260265  params[FourBodyPotential_Torsion::equilibrium_distance] = 2.*(random()/(rng_max-rng_min));
    261266}
    262 
    263 const PotentialSubgraph&
    264 FourBodyPotential_Torsion::getSubgraph() const
    265 {
    266   return subgraph;
    267 }
Note: See TracChangeset for help on using the changeset viewer.