Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/atom_atominfo.hpp

    rf16a4b 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();
    3838
    39   element *getType();
    40   void setType(element *);
     39  const element *getType();
     40  void setType(const element *);
    4141  void setType(int);
    4242
Note: See TracChangeset for help on using the changeset viewer.