1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 06:47:06 +01:00

Compilation fix for the non OMP version

This commit is contained in:
Guido Cossu
2016-11-23 12:47:19 +00:00
parent d4e0b11bb1
commit afbbcd2194
2 changed files with 7 additions and 6 deletions

View File

@ -59,7 +59,7 @@ public:
int Nstop; // Number of evecs checked for convergence
int Nk; // Number of converged sought
int Np; // Np -- Number of spare vecs in kryloc space
int Np; // Np -- Number of spare vecs in krylov space
int Nm; // Nm -- total number of vectors
RealD eresid;