Ignore:
Timestamp:
Oct 9, 2008, 4:19:39 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
b86de7
Parents:
68cfd1
Message:

Output of atom and bond to stream now is set to const bond/atom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecules.hpp

    r68cfd1 ra7b3b8  
    154154};
    155155
    156 ostream & operator << (ostream &ost, atom &a);
     156ostream & operator << (ostream &ost, const atom &a);
    157157
    158158/** Bonds between atoms.
     
    194194
    195195
    196 ostream & operator << (ostream &ost, bond &b);
     196ostream & operator << (ostream &ost, const bond &b);
    197197
    198198class MoleculeLeafClass;
Note: See TracChangeset for help on using the changeset viewer.