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/FunctionApproximation/Extractors.cpp

    r0b7036 r11bab4  
    160160FunctionModel::list_of_arguments_t Extractors::reorderArgumentsByParticleTypes(
    161161    const FunctionModel::list_of_arguments_t &listargs,
    162     const ParticleTypes_t &_types
     162    const ParticleTypes_t &_types,
     163    const boost::adjacency_list<> &_subgraph
    163164    )
    164165{
     
    313314FunctionModel::list_of_arguments_t Extractors::filterArgumentsByParticleTypes(
    314315    const FunctionModel::arguments_t &args,
    315     const ParticleTypes_t &_types
     316    const ParticleTypes_t &_types,
     317    const boost::adjacency_list<> &_subgraph
    316318    )
    317319{
Note: See TracChangeset for help on using the changeset viewer.