mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-27 22:25:56 +01:00
Fix error in MR code when compiling for single precision
This commit is contained in:
parent
4e965c168e
commit
df152648d6
@ -54,7 +54,7 @@ template<class Field> class MinimalResidual : public OperatorFunction<Field> {
|
|||||||
conformable(psi, src);
|
conformable(psi, src);
|
||||||
|
|
||||||
Complex a, c;
|
Complex a, c;
|
||||||
RealD d;
|
Real d;
|
||||||
|
|
||||||
Field Mr(src);
|
Field Mr(src);
|
||||||
Field r(src);
|
Field r(src);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user