From b94b06c154a9bea35e383d0ef784a2b9826be4e9 Mon Sep 17 00:00:00 2001 From: edoapra Date: Fri, 3 Mar 2023 09:39:54 -0800 Subject: [PATCH] new arg added --- src/nwdft/so_dft/dft_scf_so.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nwdft/so_dft/dft_scf_so.F b/src/nwdft/so_dft/dft_scf_so.F index 6b81a1a0a6..0faeb153e9 100644 --- a/src/nwdft/so_dft/dft_scf_so.F +++ b/src/nwdft/so_dft/dft_scf_so.F @@ -1945,7 +1945,7 @@ c call dft_scfcvg(rms, derr, Etold, Etnew, & e_conv, d_conv, g_conv, ipol, & iter, iterations, idone, rtdb, - & converged, diising) + & converged, diising, 0) c #ifdef LOOSE_START if (delta.lt.1.d-3)then