diff --git a/src/nwdft/libxc/nwchem_libxc_compute.F b/src/nwdft/libxc/nwchem_libxc_compute.F index b0b7afa8d5..f188b98507 100644 --- a/src/nwdft/libxc/nwchem_libxc_compute.F +++ b/src/nwdft/libxc/nwchem_libxc_compute.F @@ -161,7 +161,7 @@ call xc_f03_func_init(xcfunc,libxc_funcs(ifunc),polarized) call xc_f03_func_set_dens_threshold(xcfunc, tol_rho) #if XC_MAJOR_VERSION > 4 - call xc_f03_func_set_sigma_threshold(xcfunc, tol_rho**2) + call xc_f03_func_set_sigma_threshold(xcfunc, tol_rho) call xc_f03_func_set_zeta_threshold(xcfunc, 1d-10) #endif select case(libxc_family(ifunc))