summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--interp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp.cc b/interp.cc
index d811233..0236145 100644
--- a/interp.cc
+++ b/interp.cc
@@ -8,7 +8,7 @@ using namespace std;
#include "vecmathlib.h"
using namespace vecmathlib;
-typedef realvec<double,2> realvec_t;
+typedef double_vec realvec_t;
typedef realvec_t::real_t real_t;
typedef realvec_t::intvec_t intvec_t;
typedef intvec_t::int_t int_t;
OpenPOWER on IntegriCloud