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

    r6aed89 r35760a  
    6464const std::string ConstantPotential::potential_token("constant");
    6565Coordinator::ptr ConstantPotential::coordinator(Memory::ignore(new OneBody_Constant()));
     66
     67static PotentialSubgraph generateSubgraph()
     68{
     69  return PotentialSubgraph();
     70}
     71const PotentialSubgraph ConstantPotential::subgraph(generateSubgraph());
    6672
    6773ConstantPotential::ConstantPotential() :
     
    195201      data.getTrainingOutputAverage()[0];// -1.;
    196202}
    197 
    198 boost::adjacency_list<>
    199 ConstantPotential::getSubgraph() const
    200 {
    201   return boost::adjacency_list<> (0);
    202 }
    203 
Note: See TracChangeset for help on using the changeset viewer.