Ignore:
Timestamp:
Oct 17, 2009, 7:47:58 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
872b51
Parents:
aec775
Message:

Refactored CreateAdjacencyList().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecule.hpp

    raec775 rb0ee98  
    248248  void CreateAdjacencyList(ofstream *out, double bonddistance, bool IsAngstroem);
    249249  void CreateListOfBondsPerAtom(ofstream *out);
     250  int CorrectBondDegree(ofstream *out);
     251  void OutputBondsList(ofstream *out);
     252  int CountAtomsBonds(int nr);
     253
    250254
    251255  // Graph analysis
Note: See TracChangeset for help on using the changeset viewer.