diff --git a/lib/tensors/Tensor_traits.h b/lib/tensors/Tensor_traits.h index c47dca10..b5715c93 100644 --- a/lib/tensors/Tensor_traits.h +++ b/lib/tensors/Tensor_traits.h @@ -119,7 +119,6 @@ namespace Grid { static const bool value = true; static const bool notvalue = false; }; - template<> struct isGridTensor { static const bool value = false; static const bool notvalue = true;