Ignore:
Timestamp:
Oct 3, 2016, 5:40:40 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Fix_FitPotential_needs_atomicnumbers
Children:
ffad62
Parents:
a14673
Message:

tempcommit: Renamed PotentialSubgraph -> PotentialGraph.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Potentials/Specifics/ConstantPotential.cpp

    ra14673 rddb998  
    6565Coordinator::ptr ConstantPotential::coordinator(Memory::ignore(new OneBody_Constant()));
    6666
    67 static PotentialSubgraph generateSubgraph()
    68 {
    69   return PotentialSubgraph();
    70 }
    71 const PotentialSubgraph ConstantPotential::subgraph(generateSubgraph());
     67static PotentialGraph generateSubgraph()
     68{
     69  return PotentialGraph();
     70}
     71const PotentialGraph ConstantPotential::subgraph(generateSubgraph());
    7272
    7373ConstantPotential::ConstantPotential() :
Note: See TracChangeset for help on using the changeset viewer.