1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

Unary ops and coarse grid support

This commit is contained in:
Peter Boyle 2015-06-09 10:25:29 +01:00
parent a6ac2abb64
commit f19518d564

View File

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