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

    r6aed89 r35760a  
    8181const std::string ManyBodyPotential_Tersoff::potential_token("tersoff");
    8282Coordinator::ptr ManyBodyPotential_Tersoff::coordinator(Memory::ignore(new OneBody_Constant()));
     83static PotentialSubgraph generateSubgraph()
     84{
     85  return PotentialSubgraph();
     86}
     87const PotentialSubgraph ManyBodyPotential_Tersoff::subgraph(generateSubgraph());
    8388
    8489ManyBodyPotential_Tersoff::ManyBodyPotential_Tersoff() :
     
    731736  params[ManyBodyPotential_Tersoff::h] = 1e+1*(random()/(rng_max-rng_min));//-5.705800e-01;
    732737}
    733 
    734 boost::adjacency_list<>
    735 ManyBodyPotential_Tersoff::getSubgraph() const
    736 {
    737   return boost::adjacency_list<> (1);
    738 }
    739 
Note: See TracChangeset for help on using the changeset viewer.