Changes in / [1dc9ec:d386e8]
- Location:
- src
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/atom_trajectoryparticleinfo.hpp
r1dc9ec rd386e8 21 21 22 22 #include "vector.hpp" 23 #include "VectorSet.hpp" 23 24 24 25 /********************************************** declarations *******************************/ … … 28 29 struct 29 30 { 30 vector<Vector> R; //!< position vector31 vector<Vector> U; //!< velocity vector32 vector<Vector> F; //!< last force vector31 VectorSet<vector<Vector> > R; //!< position vector 32 VectorSet<vector<Vector> > U; //!< velocity vector 33 VectorSet<vector<Vector> > F; //!< last force vector 33 34 } Trajectory; 34 35 int FixedIon; //!< config variable that states whether forces act on the ion or not
Note:
See TracChangeset
for help on using the changeset viewer.