Ignore:
Timestamp:
May 8, 2008, 3:52:11 PM (18 years ago)
Author:
Frederik Heber <heber@…>
Children:
461e93
Parents:
2b79c3
Message:

new function molecule::CreateMappingLabelsToConfigSequence() creates SortIndex in molecule::FragmentMolecule()

further and now final abstraction of FragmentMolecule()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/moleculelist.cpp

    r2b79c3 rd88597  
    503503  if (FragmentList == NULL) {
    504504    KeySetCounter = Count();
    505     FragmentList = (Graph **) Malloc(sizeof(Graph *)*KeySetCounter, "molecule::FragmentMolecule - **BondFragments");
     505    FragmentList = (Graph **) Malloc(sizeof(Graph *)*KeySetCounter, "MoleculeLeafClass::AssignKeySetsToFragment - **FragmentList");
    506506    for(int i=0;i<KeySetCounter;i++)
    507507      FragmentList[i] = NULL;
Note: See TracChangeset for help on using the changeset viewer.