Changeset 94d0ad for molecuilder/src/atom_particleinfo.cpp
- Timestamp:
- Oct 27, 2009, 8:54:44 AM (16 years ago)
- Children:
- 8b6ee4
- Parents:
- 2e6aa1
- File:
-
- 1 edited
-
molecuilder/src/atom_particleinfo.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/atom_particleinfo.cpp
r2e6aa1 r94d0ad 20 20 }; 21 21 22 ostream & operator << (ostream &ost, const ParticleInfo &a) 23 { 24 ost << "[" << a.Name << "|" << &a << "]"; 25 return ost; 26 }; 27 28 ostream & ParticleInfo::operator << (ostream &ost) const 29 { 30 ost << "[" << Name << "|" << this << "]"; 31 return ost; 32 }; 33
Note:
See TracChangeset
for help on using the changeset viewer.
