Changeset 1356af 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, 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
- Children:
- 0dc8bf2
- Parents:
- 6e5b8d
- git-author:
- Frederik Heber <frederik.heber@…> (05/19/17 09:25:53)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/12/17 19:10:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Graph/BoostGraphCreator.hpp
r6e5b8d r1356af 116 116 nodeId_t getNodeId(const atomId_t &_atomid) const; 117 117 118 private:119 118 /** General purpose function that contains the internal logic of walking the 120 119 * bonds of a set of atoms given by \a _begin and \a _end iterators and … … 145 144 }; 146 145 146 #include "BoostGraphCreator_impl.hpp" 147 147 148 148 149 #endif /* GRAPH_BOOSTGRAPHCREATOR_HPP_ */
Note:
See TracChangeset
for help on using the changeset viewer.