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/PairPotential_Harmonic.cpp

    r6aed89 r35760a  
    6666const std::string PairPotential_Harmonic::potential_token("harmonic_bond");
    6767Coordinator::ptr PairPotential_Harmonic::coordinator(Memory::ignore(new TwoBody_Length()));
     68static PotentialSubgraph generateSubgraph()
     69{
     70  return PotentialSubgraph();
     71}
     72const PotentialSubgraph PairPotential_Harmonic::subgraph(generateSubgraph());
    6873
    6974PairPotential_Harmonic::PairPotential_Harmonic() :
     
    216221  params[PairPotential_Harmonic::spring_constant] = 1e+0*(random()/(rng_max-rng_min));// 0.2;
    217222}
    218 
    219 boost::adjacency_list<>
    220 PairPotential_Harmonic::getSubgraph() const
    221 {
    222   return boost::adjacency_list<> (1);
    223 }
Note: See TracChangeset for help on using the changeset viewer.