Ignore:
Timestamp:
Jul 9, 2009, 10:31:05 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
669a7e
Parents:
12cf763
Message:

Removed unneeded variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/moleculelist.cpp

    r12cf763 r61e92a  
    3939  mol->IndexNr = MaxIndex++;
    4040  ListOfMolecules.push_back(mol);
     41  return true;
    4142};
    4243
     
    124125void MoleculeListClass::Enumerate(ofstream *out)
    125126{
    126   int i=1;
    127127  element* Elemental = NULL;
    128128  atom *Walker = NULL;
Note: See TracChangeset for help on using the changeset viewer.