1
0
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:
Daniel Richtmann 2017-12-06 18:00:58 +01:00
parent 4e965c168e
commit df152648d6
No known key found for this signature in database
GPG Key ID: B33C490AF0772057

View File

@ -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);