Ignore:
Timestamp:
Oct 17, 2009, 5:06:42 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
aec775
Parents:
d70bf6
Message:

Renamed and rewritten CreateAdjacencyList2().

  • rename CreateAdjacencyList2() -> CreateAdjacencyListFromDbondFile()
  • initially written by Christian Neuen who was at that time not familiar with all the functions already present. The code is now shortened and tighter.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecule.hpp

    rd70bf6 rbee48d  
    245245
    246246  /// Initialising routines in fragmentation
    247   void CreateAdjacencyList2(ofstream *out, ifstream *output);
     247  void CreateAdjacencyListFromDbondFile(ofstream *out, ifstream *output);
    248248  void CreateAdjacencyList(ofstream *out, double bonddistance, bool IsAngstroem);
    249249  void CreateListOfBondsPerAtom(ofstream *out);
Note: See TracChangeset for help on using the changeset viewer.