Ignore:
Timestamp:
Apr 1, 2010, 1:49:25 PM (16 years ago)
Author:
Frederik Heber <heber@…>
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)
Message:

Moved functions CountBondsOfTwo(), CountBondsOfThree() and CountHydrogenBridgeBonds() from bondgraph.cpp to analysis_bonds.cpp

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/bondgraph.hpp

    r768125 r794482  
    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
    2625
    2726/****************************************** forward declarations *****************************/
    2827
    2928class molecule;
    30 class MoleculeListClass;
    3129class periodentafel;
    3230class MatrixContainer;
     
    5553};
    5654
    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 
    6155#endif /* BONDGRAPH_HPP_ */
Note: See TracChangeset for help on using the changeset viewer.