Changeset 3b470f for molecuilder/src/atom.cpp
- Timestamp:
- Jul 23, 2009, 11:23:59 AM (16 years ago)
- Children:
- 59a745
- Parents:
- 09f4dc (diff), 14178b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/atom.cpp
r09f4dc r3b470f 85 85 }; 86 86 87 ostream & operator << (ostream &ost, atom &a)87 ostream & operator << (ostream &ost, const atom &a) 88 88 { 89 89 ost << "[" << a.Name << "|" << &a << "]";
Note:
See TracChangeset
for help on using the changeset viewer.