Ignore:
Timestamp:
Mar 18, 2010, 3:38:56 PM (15 years ago)
Author:
Frederik Heber <heber@…>
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)
Message:

Introduced CountHydrogenBridgeBonds() function.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/bondgraph.hpp

    r800dc3 rac86192  
    2323
    2424#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
    2526
    2627/****************************************** forward declarations *****************************/
    2728
    2829class molecule;
     30class MoleculeListClass;
    2931class periodentafel;
    3032class MatrixContainer;
     
    5355};
    5456
     57int CountHydrogenBridgeBonds(MoleculeListClass * const molecules, element * InterfaceElement);
     58
    5559#endif /* BONDGRAPH_HPP_ */
Note: See TracChangeset for help on using the changeset viewer.