From 7e47b0c6eb21233fb567eb186f3611b5dcd3f870 Mon Sep 17 00:00:00 2001 From: neo Date: Thu, 4 Jun 2015 19:01:43 +0900 Subject: [PATCH] Corrected small compilation bug in traceIndex for iVectors --- lib/tensors/Tensor_trace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tensors/Tensor_trace.h b/lib/tensors/Tensor_trace.h index 9c85080e..749b292e 100644 --- a/lib/tensors/Tensor_trace.h +++ b/lib/tensors/Tensor_trace.h @@ -75,7 +75,7 @@ auto traceIndex(const iMatrix &arg) -> iMatrix::TensorLevel != Level >::type * =nullptr> inline + template::TensorLevel != Level >::type * =nullptr> inline auto traceIndex(const iVector &arg) -> iVector(arg._internal[0])),N> { iVector(arg._internal[0])),N> ret;