Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/bond.cpp

    • Property mode changed from 100644 to 100755
    ra7b3b8 r848729  
    8282};
    8383
    84 ostream & operator << (ostream &ost, const bond &b)
     84ostream & operator << (ostream &ost, bond &b)
    8585{
    8686  ost << "[" << b.leftatom->Name << " <" << b.BondDegree << "(H" << b.HydrogenBond << ")>" << b.rightatom->Name << "]";
     
    9898  if(rightatom == Atom)
    9999    return leftatom;
    100   cerr << "Bond " << *this << " does not contain atom " << *Atom << "!" << endl;
    101100  return NULL;
    102101};
Note: See TracChangeset for help on using the changeset viewer.