Changeset dc162d for molecuilder/src


Ignore:
Timestamp:
Aug 3, 2009, 4:48:00 PM (16 years ago)
Author:
Saskia Metzler <metzler@…>
Children:
e8de2e
Parents:
a87d5e6
Message:

Compare and output operator for atom takes const argumen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecules.hpp

    ra87d5e6 rdc162d  
    151151        bool OutputXYZLine(ofstream *out) const;
    152152        atom *GetTrueFather();
    153         bool Compare(atom &ptr);
     153        bool Compare(const atom &ptr);
    154154
    155155        private:
    156156};
    157157
    158 ostream & operator << (ostream &ost, atom &a);
     158ostream & operator << (ostream &ost, const atom &a);
    159159
    160160/** Bonds between atoms.
Note: See TracChangeset for help on using the changeset viewer.