src/proto2/Vector.hh
author terom
Tue, 18 Nov 2008 18:50:32 +0000
changeset 50 9e1a6506f5a1
parent 47 87883096a882
child 51 360208b631c1
permissions -rw-r--r--
some rough-handed code modifications towards a newer, better, working Physics
#ifndef VECTOR_HH
#define VECTOR_HH

#include <complex>

typedef std::complex<float> Vector;

#endif