mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 13:40:46 +01:00
Unary ops and coarse grid support
This commit is contained in:
parent
78607950ac
commit
9269126fba
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user