- Timestamp:
- Jun 20, 2018, 8:20:42 AM (7 years ago)
- Branches:
- AutomationFragmentation_failures, Candidate_v1.6.1, ChemicalSpaceEvaluator, Exclude_Hydrogens_annealWithBondGraph, ForceAnnealing_with_BondGraph_contraction-expansion, StoppableMakroAction
- Children:
- 646f73
- Parents:
- 6a5921
- git-author:
- Frederik Heber <frederik.heber@…> (08/10/17 15:35:45)
- git-committer:
- Frederik Heber <frederik.heber@…> (06/20/18 08:20:42)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Graph/BoostGraphCreator.hpp
r6a5921 r83956e 165 165 bool removeEdge(const atomId_t &_firstid, const atomId_t &_secondid); 166 166 167 /** Allows to remove a present edge in the graph. 168 * 169 * \param _bondids pair of bond ids 170 * \return true - edge found and removed, false - else 171 */ 172 bool removeEdge(const std::pair<atomId_t, atomId_t> &_bondids) 173 { return removeEdge(_bondids.first, _bondids.second); } 174 167 175 /** Adds an edge to the graph if not already present. 168 176 *
Note:
See TracChangeset
for help on using the changeset viewer.