keep svd coefs

This commit is contained in:
Anthony Scemama 2021-06-29 15:56:10 +02:00
parent 205a89e391
commit 374cae3754
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ BEGIN_PROVIDER [ integer, n_svd_coefs ]
if (psi_svd_coefs(i) < ci_threshold) then
exit
endif
print *, i, psi_svd_coefs(i)
! print *, i, psi_svd_coefs(i)
n_svd_coefs = n_svd_coefs+1
enddo
END_PROVIDER