Ignore:
Timestamp:
Apr 10, 2009, 11:28:39 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
1b2aa1
Parents:
bb12e7
Message:

return type of MoleculeListClass::insert is now void instead of bool (insertion into list always works)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/moleculelist.cpp

    rbb12e7 ra41b50  
    3535 * \return true - add successful
    3636 */
    37 bool MoleculeListClass::insert(molecule *mol)
     37void MoleculeListClass::insert(molecule *mol)
    3838{
    3939  mol->IndexNr = MaxIndex++;
Note: See TracChangeset for help on using the changeset viewer.