9 #ifndef __VECTOR_VECTOR_HPP__
10 #define __VECTOR_VECTOR_HPP__
12 #include <tvmet/Vector.h>
14 using namespace tvmet;
15 using namespace tvmet::element_wise;
17 namespace MDSimulation
tvmet::Vector< double, 3UL > DoubleVector
Vector type for representing particle positions and velocities as double precision floating point val...
Definition: Vector.hpp:23
tvmet::Vector< int, 3UL > IntVector
A vector of integer values to hold a particle's position in the grid of cells.
Definition: Vector.hpp:29