Ignore:
Timestamp:
May 26, 2008, 10:52:00 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
71dc4e
Parents:
ccd028
Message:

molecule::CreateAdjacencyList() now needs IsAngstroem as parameter

This is necessary, as the database values (covalent radii et al) are in Angstroem, hence don't match if we use Bohrradii as length unit instead. CreateAdjacencyList() converts units and now finds correct bond structure and fragments properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecules.hpp

    rccd028 r5eb05a  
    279279
    280280  /// Initialising routines in fragmentation 
    281   void CreateAdjacencyList(ofstream *out, double bonddistance);
     281  void CreateAdjacencyList(ofstream *out, double bonddistance, bool IsAngstroem);
    282282  void CreateListOfBondsPerAtom(ofstream *out);
    283283 
Note: See TracChangeset for help on using the changeset viewer.