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