Ignore:
Timestamp:
Oct 3, 2016, 5:10:14 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Fix_FitPotential_needs_atomicnumbers
Children:
6d08032
Parents:
11bab4
Message:

tempcommit: Merge with 0b703679

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/FunctionApproximation/Extractors.cpp

    r11bab4 rde81b9  
    198198    LOG(4, "DEBUG: Created unique types as keys " << UniqueTypes << ".");
    199199
    200     /// turn fragment into graph from the known edges
    201     boost::adjacency_list<> fragmentgraph(_types.size());
    202     for(FunctionModel::arguments_t::const_iterator iter = args.begin();
    203         iter != args.end(); ++iter)
    204       boost::add_edge(iter->indices.first, iter->indices.second, fragmentgraph);
    205     boost::graph_traits < boost::adjacency_list <> >::vertex_iterator i, end;
    206     boost::graph_traits < boost::adjacency_list <> >::adjacency_iterator ai, a_end;
    207     boost::property_map < boost::adjacency_list <>, boost::vertex_index_t >::type
    208         index_map = boost::get(boost::vertex_index, fragmentgraph);
    209200
    210201    /// Finally, we use the unique key list to pick corresponding arguments from the map
Note: See TracChangeset for help on using the changeset viewer.