From 57eccf6b70bac0f4734f94db7ef28fc4a66ce77b Mon Sep 17 00:00:00 2001 From: AmengFromCDH <91943642+AmengFromCDH@users.noreply.github.com> Date: Sun, 31 Mar 2024 18:24:51 +0800 Subject: [PATCH] Add files via upload some variables initialized --- source/module_base/global_variable.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/module_base/global_variable.cpp b/source/module_base/global_variable.cpp index b6ed81f3616..71c8db3d242 100644 --- a/source/module_base/global_variable.cpp +++ b/source/module_base/global_variable.cpp @@ -25,8 +25,8 @@ int NLOCAL = 0; // total number of local basis. double KSPACING[3] = {0.0,0.0,0.0}; double MIN_DIST_COEF = 0.2; -double PSEUDORCUT; -bool PSEUDO_MESH; +double PSEUDORCUT=0;//initialization +bool PSEUDO_MESH=0; std::string CALCULATION = "scf"; std::string ESOLVER_TYPE = "ksdft";