Changes in / [1dc9ec:d386e8]


Ignore:
Location:
src
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • src/atom_trajectoryparticleinfo.hpp

    r1dc9ec rd386e8  
    2121
    2222#include "vector.hpp"
     23#include "VectorSet.hpp"
    2324
    2425/********************************************** declarations *******************************/
     
    2829  struct
    2930  {
    30     vector<Vector> R;  //!< position vector
    31     vector<Vector> U;  //!< velocity vector
    32     vector<Vector> F;  //!< last force vector
     31    VectorSet<vector<Vector> > R;  //!< position vector
     32    VectorSet<vector<Vector> > U;  //!< velocity vector
     33    VectorSet<vector<Vector> > F;  //!< last force vector
    3334  } Trajectory;
    3435  int FixedIon;   //!< config variable that states whether forces act on the ion or not
Note: See TracChangeset for help on using the changeset viewer.