Changes in src/Graph/BondGraph.cpp [0763ce:5aaa43]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Graph/BondGraph.cpp
r0763ce r5aaa43 473 473 } 474 474 475 bool BondGraph::checkBondDegree(const deltaatoms_t &allatoms) const476 {477 deltaatoms_t deltaatoms;478 return (gatherAllDeltaAtoms(allatoms, deltaatoms) == 0);479 }480 481 475 482 476 int BondGraph::calculateBondDegree(const deltaatoms_t &allatoms) const
Note:
See TracChangeset
for help on using the changeset viewer.