Changeset de81b9 for src/FunctionApproximation/Extractors.cpp
- Timestamp:
- Oct 3, 2016, 5:10:14 PM (9 years ago)
- Branches:
- Fix_FitPotential_needs_atomicnumbers
- Children:
- 6d08032
- Parents:
- 11bab4
- File:
-
- 1 edited
-
src/FunctionApproximation/Extractors.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/FunctionApproximation/Extractors.cpp
r11bab4 rde81b9 198 198 LOG(4, "DEBUG: Created unique types as keys " << UniqueTypes << "."); 199 199 200 /// turn fragment into graph from the known edges201 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 >::type208 index_map = boost::get(boost::vertex_index, fragmentgraph);209 200 210 201 /// Finally, we use the unique key list to pick corresponding arguments from the map
Note:
See TracChangeset
for help on using the changeset viewer.
