Changeset ac86192 for molecuilder/src/bondgraph.hpp
- Timestamp:
- Mar 18, 2010, 3:38:56 PM (15 years ago)
- Children:
- 7e4dc3f
- Parents:
- 800dc3
- git-author:
- Frederik Heber <heber@…> (03/18/10 15:29:54)
- git-committer:
- Frederik Heber <heber@…> (03/18/10 15:38:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/bondgraph.hpp
r800dc3 rac86192 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-4813 25 26 26 27 /****************************************** forward declarations *****************************/ 27 28 28 29 class molecule; 30 class MoleculeListClass; 29 31 class periodentafel; 30 32 class MatrixContainer; … … 53 55 }; 54 56 57 int CountHydrogenBridgeBonds(MoleculeListClass * const molecules, element * InterfaceElement); 58 55 59 #endif /* BONDGRAPH_HPP_ */
Note:
See TracChangeset
for help on using the changeset viewer.