Changeset 1de701 for molecuilder/src/atom_particleinfo.hpp
- Timestamp:
- May 8, 2010, 12:47:57 PM (16 years ago)
- Children:
- 0341a9
- Parents:
- 25e17e9
- File:
-
- 1 edited
-
molecuilder/src/atom_particleinfo.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/atom_particleinfo.hpp
r25e17e9 r1de701 28 28 public: 29 29 int nr; // index to easierly identify 30 char *Name; // some name to reference to on output31 30 32 31 ParticleInfo(); … … 34 33 ~ParticleInfo(); 35 34 35 const std::string& getName() const; 36 void setName(const std::string&); 37 36 38 ostream & operator << (ostream &ost) const; 37 39 38 40 private: 41 std::string name; // some name to reference to on output 39 42 }; 40 43
Note:
See TracChangeset
for help on using the changeset viewer.
