Ignore:
Timestamp:
Oct 3, 2016, 5:22:31 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Fix_FitPotential_needs_atomicnumbers
Children:
b794f5
Parents:
96af51
Message:

tempcommit: getSpecificFilter() needs to supply potential's subgraph.

File:
1 edited

Legend:

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

    r96af51 r7ec605  
    244244        boost::bind(&Extractors::filterArgumentsByParticleTypes,
    245245            _1,
    246             getParticleTypes()),
    247         getParticleTypes()
     246            getParticleTypes(), getSubgraph()),
     247        getParticleTypes(), getSubgraph()
    248248      );
    249249  return returnfunction;
Note: See TracChangeset for help on using the changeset viewer.