Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Graph/BondGraph.cpp

    r5aaa43 r0763ce  
    473473}
    474474
     475bool BondGraph::checkBondDegree(const deltaatoms_t &allatoms) const
     476{
     477  deltaatoms_t deltaatoms;
     478  return (gatherAllDeltaAtoms(allatoms, deltaatoms) == 0);
     479}
     480
    475481
    476482int BondGraph::calculateBondDegree(const deltaatoms_t &allatoms) const
Note: See TracChangeset for help on using the changeset viewer.