Skip to content

Commit 349c243

Browse files
rootroot
authored andcommitted
modify comments in global_variable.cpp
1 parent 7108b8d commit 349c243

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/module_base/global_variable.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,7 @@ std::string global_wannier_card;
120120
std::string global_pseudo_dir = "";
121121
std::string global_orbital_dir = ""; // liuyu add 2021-08-14
122122

123-
// tqzhao modify it to the same value as in Input::Default() 2022-04-19
124-
std::string global_pseudo_type
125-
= "auto"; // mohan add 2013-05-20, default is UPF, we can also use VWR (xiaohui add 2013-06-23)
123+
std::string global_pseudo_type = "auto";
126124
std::string global_epm_pseudo_card;
127125
std::string global_out_dir;
128126
std::string global_readin_dir; // zhengdy modified

0 commit comments

Comments
 (0)