Changes in src/atom_atominfo.hpp [6b919f8:ead4e6]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/atom_atominfo.hpp
r6b919f8 read4e6 32 32 Vector v; //!< velocity vector of atom, giving last velocity within cell 33 33 Vector F; //!< Force vector of atom, giving last force within cell 34 element *type; //!< pointing to element34 const element *type; //!< pointing to element 35 35 36 36 AtomInfo(); 37 37 ~AtomInfo(); 38 39 const element *getType(); 40 void setType(const element *); 41 void setType(int); 38 42 39 43 private:
Note:
See TracChangeset
for help on using the changeset viewer.