mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00: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);
|
||||
|
||||
Complex a, c;
|
||||
RealD d;
|
||||
Real d;
|
||||
|
||||
Field Mr(src);
|
||||
Field r(src);
|
||||
|
Loading…
Reference in New Issue
Block a user