diff --git a/atomic/src/ascheqps.f90 b/atomic/src/ascheqps.f90 index 648e41947..fbaf299fb 100644 --- a/atomic/src/ascheqps.f90 +++ b/atomic/src/ascheqps.f90 @@ -181,7 +181,7 @@ subroutine ascheqps(nam,lam,jam,e0,mesh,ndm,grid,vpot,thresh,y,beta,ddd,& ! if( ndcr /= ncross .and. first(nam,lam) ) then write(stdout,"(/,7x,'Warning: n=',i1,', l=',i1,' expected ',i1,' nodes,',& - & ' found ',i1')") nam,lam,ndcr,ncross + & ' found ',i1)") nam,lam,ndcr,ncross write(stdout,'(7x,a,/,7x,a,/)') 'Setting wfc to zero for this iteration',& '(This warning will only be printed once per wavefunction)' first(nam,lam) = .false.