Changeset 61e92a for molecuilder/src/moleculelist.cpp
- Timestamp:
- Jul 9, 2009, 10:31:05 AM (16 years ago)
- Children:
- 669a7e
- Parents:
- 12cf763
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/moleculelist.cpp
r12cf763 r61e92a 39 39 mol->IndexNr = MaxIndex++; 40 40 ListOfMolecules.push_back(mol); 41 return true; 41 42 }; 42 43 … … 124 125 void MoleculeListClass::Enumerate(ofstream *out) 125 126 { 126 int i=1;127 127 element* Elemental = NULL; 128 128 atom *Walker = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.