Ignore:
Timestamp:
Jul 5, 2017, 7:40:48 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_oldresults, IndependentFragmentGrids_IntegrationTest
Children:
89235ea
Parents:
6afd46
git-author:
Frederik Heber <frederik.heber@…> (05/18/17 17:45:47)
git-committer:
Frederik Heber <frederik.heber@…> (07/05/17 19:40:48)
Message:

Extracted extraction (subset of) nodes from BoostGraph into BreadthFirstSearchGatherer.

  • also added helper namespace BoostGraphHelpers.
  • we now treat the vertex indices and vertex names properly. Before that they had to coincide. Now, the name is the atomic id associated with the node and the index is the boost::graph internal index.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MoleculeAction/StretchBondAction.def

    r6afd46 r6e5907  
    2121(RangeValidator< double >(0., 10.))
    2222
    23 #define statetypes (std::vector<Vector>)(std::vector< std::vector<size_t> >)(const molecule *)
     23#define statetypes (std::vector<Vector>)(std::vector< BoostGraphHelpers::Nodeset_t >)(const molecule *)
    2424#define statereferences (Shift)(bondside_sets)(mol)
    2525
Note: See TracChangeset for help on using the changeset viewer.