Changeset a7b3b8 for molecuilder/src/bond.cpp
- Timestamp:
- Oct 9, 2008, 4:19:39 PM (17 years ago)
- Children:
- b86de7
- Parents:
- 68cfd1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/bond.cpp
r68cfd1 ra7b3b8 82 82 }; 83 83 84 ostream & operator << (ostream &ost, bond &b)84 ostream & operator << (ostream &ost, const bond &b) 85 85 { 86 86 ost << "[" << b.leftatom->Name << " <" << b.BondDegree << "(H" << b.HydrogenBond << ")>" << b.rightatom->Name << "]"; … … 98 98 if(rightatom == Atom) 99 99 return leftatom; 100 cerr << "Bond " << *this << " does not contain atom " << *Atom << "!" << endl; 100 101 return NULL; 101 102 };
Note:
See TracChangeset
for help on using the changeset viewer.