Ignore:
Timestamp:
Oct 3, 2016, 11:26:02 AM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Fix_FitPotential_needs_atomicnumbers
Children:
de81b9
Parents:
0b7036
Message:

Extractors now need a subgraph and the set of particle types.

File:
1 edited

Legend:

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

    r0b7036 r11bab4  
    184184      boost::bind(&Extractors::filterArgumentsByParticleTypes,
    185185          _1,
    186           getParticleTypes());
     186          getParticleTypes(), getSubgraph());
    187187  return returnfunction;
    188188}
Note: See TracChangeset for help on using the changeset viewer.