Changes in src/atom_atominfo.hpp [f16a4b:ead4e6]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/atom_atominfo.hpp
rf16a4b 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 38 39 element *getType();40 void setType( element *);39 const element *getType(); 40 void setType(const element *); 41 41 void setType(int); 42 42
Note:
See TracChangeset
for help on using the changeset viewer.