mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Unary ops and coarse grid support
This commit is contained in:
parent
4ae47a529e
commit
21e41638e5
@ -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