Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/atom_particleinfo.hpp

    r68f03d r46d958  
    2828public:
    2929  int nr;       // index to easierly identify
     30  char *Name;   // some name to reference to on output
    3031
    3132  ParticleInfo();
     
    3334  ~ParticleInfo();
    3435
    35   const std::string& getName() const;
    36   void setName(const std::string&);
    37 
    3836  ostream & operator << (ostream &ost) const;
    3937
    4038private:
    41   std::string name;   // some name to reference to on output
    4239};
    4340
Note: See TracChangeset for help on using the changeset viewer.