src/proto2/Vector.hh
changeset 50 9e1a6506f5a1
parent 47 87883096a882
child 51 360208b631c1
equal deleted inserted replaced
49:4740cab6eaaa 50:9e1a6506f5a1
     1 #ifndef VECTOR_HH
     1 #ifndef VECTOR_HH
     2 #define VECTOR_HH
     2 #define VECTOR_HH
     3 
     3 
     4 #include <complex>
     4 #include <complex>
     5 
     5 
     6 typedef Vector std::complex<float>;
     6 typedef std::complex<float> Vector;
     7 
     7 
     8 #endif
     8 #endif