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

checking in before chaning to master

This commit is contained in:
Chulwoo Jung
2016-05-26 16:42:50 -04:00
parent 999b3a2e26
commit 2893a9b116

View File

@ -243,6 +243,8 @@ void operator() (LinearOperatorBase<Field> &Linop, const Field &src, std::vector
if ( (!converged[s]) ){
RealD css = c * z[s][iz]* z[s][iz];
if((k%100)==0 && (s==0) )
std::cout<<GridLogMessage<<"ConjugateGradientMultiShift k="<<k<<" css " <<css <<std::endl;
if(css<rsq[s]){
if ( ! converged[s] )