Ignore:
Timestamp:
Mar 19, 2010, 3:42:58 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
32526c
Parents:
ac86192
git-author:
Frederik Heber <heber@…> (03/19/10 14:03:54)
git-committer:
Frederik Heber <heber@…> (03/19/10 15:42:58)
Message:

Implemented counting of bonds over all atoms.

Signed-off-by: Frederik Heber <heber@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/bondgraph.hpp

    rac86192 r7e4dc3f  
    5656
    5757int CountHydrogenBridgeBonds(MoleculeListClass * const molecules, element * InterfaceElement);
     58int CountBondsOfTwo(MoleculeListClass * const molecules, const element * const first, const element * const second);
     59int CountBondsOfThree(MoleculeListClass * const molecules, const element * const first, const element * const second, const element * const third);
    5860
    5961#endif /* BONDGRAPH_HPP_ */
Note: See TracChangeset for help on using the changeset viewer.