Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/module_base/global_variable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down