Changeset 7bfc19 for molecuilder/src/atom_particleinfo.cpp
- Timestamp:
- Feb 24, 2010, 4:21:12 PM (16 years ago)
- Children:
- 5bf941
- Parents:
- 01d28a
- git-author:
- Tillmann Crueger <crueger@…> (02/24/10 15:29:12)
- git-committer:
- Tillmann Crueger <crueger@…> (02/24/10 16:21:12)
- File:
-
- 1 edited
-
molecuilder/src/atom_particleinfo.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/atom_particleinfo.cpp
r01d28a r7bfc19 13 13 ParticleInfo::ParticleInfo() : nr(-1), Name(NULL) {}; 14 14 15 ParticleInfo::ParticleInfo(ParticleInfo *pointer) : 16 Name(pointer->Name), 17 nr(pointer->nr) 18 {} 19 20 15 21 /** Destructor of ParticleInfo. 16 22 */ … … 19 25 Free(&Name); 20 26 }; 21 22 int ParticleInfo::getId() {23 return nr;24 }25 27 26 28 ostream & operator << (ostream &ost, const ParticleInfo &a)
Note:
See TracChangeset
for help on using the changeset viewer.
