1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-07 04:35:56 +01:00

Unary ops and coarse grid support

This commit is contained in:
Peter Boyle 2015-06-09 10:25:29 +01:00
parent 78607950ac
commit 9269126fba

@ -119,7 +119,6 @@ namespace Grid {
static const bool value = true;
static const bool notvalue = false;
};
template<> struct isGridTensor<int > {
static const bool value = false;
static const bool notvalue = true;