Changeset e3ec8a8 for src/Graph/BoostGraphCreator.hpp
- Timestamp:
- Jul 12, 2017, 7:10:32 PM (8 years ago)
- Branches:
- Action_Thermostats, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.1, Candidate_v1.7.0, Candidate_v1.7.1, ChemicalSpaceEvaluator, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Exclude_Hydrogens_annealWithBondGraph, Fix_Verbose_Codepatterns, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, PythonUI_with_named_parameters, Recreated_GuiChecks, StoppableMakroAction, TremoloParser_IncreasedPrecision, stable
- Children:
- 966ce7
- Parents:
- 0dc8bf2
- git-author:
- Frederik Heber <frederik.heber@…> (05/19/17 09:27:11)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/12/17 19:10:32)
- File:
-
- 1 edited
-
src/Graph/BoostGraphCreator.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Graph/BoostGraphCreator.hpp
r0dc8bf2 re3ec8a8 41 41 42 42 public: 43 43 44 //!> typedef for an undirected graph using boost::graph 44 45 typedef boost::adjacency_list < boost::vecS, boost::vecS, boost::undirectedS, 45 boost::property<boost::vertex_name_t, atomId_t>, boost::no_property > UndirectedGraph; 46 boost::property<boost::vertex_name_t, atomId_t>, 47 boost::property<boost::vertex_color_t, boost::default_color_type> /* needed for limited-depth DFS, 48 otherwise the property_map gets full size of graph */ 49 > UndirectedGraph; 50 46 51 //!> typedef for a map of graph node indices 47 52 typedef boost::property_map < UndirectedGraph, boost::vertex_index_t >::type index_map_t;
Note:
See TracChangeset
for help on using the changeset viewer.
