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/builder.cpp

    rd70bf6 rbee48d  
    16661666                cout << "Parsing bonds from " << argv[argptr] << "." << endl;
    16671667                ifstream *input = new ifstream(argv[argptr]);
    1668                 mol->CreateAdjacencyList2((ofstream *)&cout, input);
     1668                mol->CreateAdjacencyListFromDbondFile((ofstream *)&cout, input);
    16691669                input->close();
    16701670                argptr+=1;
Note: See TracChangeset for help on using the changeset viewer.