Changeset d88597 for molecuilder/src/moleculelist.cpp
- Timestamp:
- May 8, 2008, 3:52:11 PM (18 years ago)
- Children:
- 461e93
- Parents:
- 2b79c3
- File:
-
- 1 edited
-
molecuilder/src/moleculelist.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/moleculelist.cpp
r2b79c3 rd88597 503 503 if (FragmentList == NULL) { 504 504 KeySetCounter = Count(); 505 FragmentList = (Graph **) Malloc(sizeof(Graph *)*KeySetCounter, " molecule::FragmentMolecule - **BondFragments");505 FragmentList = (Graph **) Malloc(sizeof(Graph *)*KeySetCounter, "MoleculeLeafClass::AssignKeySetsToFragment - **FragmentList"); 506 506 for(int i=0;i<KeySetCounter;i++) 507 507 FragmentList[i] = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
