Changes in src/atom_particleinfo.hpp [68f03d:46d958]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/atom_particleinfo.hpp
r68f03d r46d958 28 28 public: 29 29 int nr; // index to easierly identify 30 char *Name; // some name to reference to on output 30 31 31 32 ParticleInfo(); … … 33 34 ~ParticleInfo(); 34 35 35 const std::string& getName() const;36 void setName(const std::string&);37 38 36 ostream & operator << (ostream &ost) const; 39 37 40 38 private: 41 std::string name; // some name to reference to on output42 39 }; 43 40
Note:
See TracChangeset
for help on using the changeset viewer.