Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/atom_particleinfo.hpp

    r46d958 r68f03d  
    2828public:
    2929  int nr;       // index to easierly identify
    30   char *Name;   // some name to reference to on output
    3130
    3231  ParticleInfo();
     
    3433  ~ParticleInfo();
    3534
     35  const std::string& getName() const;
     36  void setName(const std::string&);
     37
    3638  ostream & operator << (ostream &ost) const;
    3739
    3840private:
     41  std::string name;   // some name to reference to on output
    3942};
    4043
Note: See TracChangeset for help on using the changeset viewer.