1
0
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:
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);
Complex a, c;
RealD d;
Real d;
Field Mr(src);
Field r(src);