Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Graph/BondGraph.cpp

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