Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/atom_atominfo.hpp

    r6b919f8 read4e6  
    3232  Vector v;       //!< velocity vector of atom, giving last velocity within cell
    3333  Vector F;       //!< Force vector of atom, giving last force within cell
    34   element *type;  //!< pointing to element
     34  const element *type;  //!< pointing to element
    3535
    3636  AtomInfo();
    3737  ~AtomInfo();
     38
     39  const element *getType();
     40  void setType(const element *);
     41  void setType(int);
    3842
    3943private:
Note: See TracChangeset for help on using the changeset viewer.