mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-11 14:40:46 +01:00
Correct NonHermitianSchurOperatorBase
This commit is contained in:
parent
779e3c7442
commit
ab0c5d77fb
@ -364,6 +364,9 @@ public:
|
|||||||
void OpDir(const Field& in, Field& out, int dir, int disp) {
|
void OpDir(const Field& in, Field& out, int dir, int disp) {
|
||||||
assert(0);
|
assert(0);
|
||||||
}
|
}
|
||||||
|
void OpDirAll(const Field& in, std::vector<Field>& out){
|
||||||
|
assert(0);
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
template<class Matrix, class Field>
|
template<class Matrix, class Field>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user