From 7ccc51f1d2c15b7f8725f8fdcf7c3e44d389acad Mon Sep 17 00:00:00 2001 From: A-006 <3158793232@qq.com> Date: Sun, 26 May 2024 21:13:02 +0800 Subject: [PATCH] delete printf in files --- source/module_hamilt_lcao/module_gint/kernels/cuda/gint_force.cu | 1 - 1 file changed, 1 deletion(-) diff --git a/source/module_hamilt_lcao/module_gint/kernels/cuda/gint_force.cu b/source/module_hamilt_lcao/module_gint/kernels/cuda/gint_force.cu index ae89dd2f2c..a86c16cb5f 100644 --- a/source/module_hamilt_lcao/module_gint/kernels/cuda/gint_force.cu +++ b/source/module_hamilt_lcao/module_gint/kernels/cuda/gint_force.cu @@ -612,7 +612,6 @@ void cal_stress_add(frc_strs_iat& f_s_iat, { for (int index = 0; index < cuda_block; index++) { - // printf("the stress is %f\n",stress[i]); stress[i] += f_s_iat.stress_host[i * cuda_block + index]; } }