Changeset 794482 for molecuilder/src/bondgraph.hpp
- Timestamp:
- Apr 1, 2010, 1:49:25 PM (16 years ago)
- Children:
- 6250e5
- Parents:
- 768125
- git-author:
- Frederik Heber <heber@…> (04/01/10 12:42:07)
- git-committer:
- Frederik Heber <heber@…> (04/01/10 13:49:25)
- File:
-
- 1 edited
-
molecuilder/src/bondgraph.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/bondgraph.hpp
r768125 r794482 23 23 24 24 #define BONDTHRESHOLD 0.4 //!< CSD threshold in bond check which is the width of the interval whose center is the sum of the covalent radii 25 #define HBRIDGEDISTANCE 3.5 //!< HBridge distance from PCCP Vol 10. 4802-481326 25 27 26 /****************************************** forward declarations *****************************/ 28 27 29 28 class molecule; 30 class MoleculeListClass;31 29 class periodentafel; 32 30 class MatrixContainer; … … 55 53 }; 56 54 57 int CountHydrogenBridgeBonds(MoleculeListClass * const molecules, element * InterfaceElement);58 int CountBondsOfTwo(MoleculeListClass * const molecules, const element * const first, const element * const second);59 int CountBondsOfThree(MoleculeListClass * const molecules, const element * const first, const element * const second, const element * const third);60 61 55 #endif /* BONDGRAPH_HPP_ */
Note:
See TracChangeset
for help on using the changeset viewer.
