Skip to content

Commit

Permalink
Fix: useless output (#5928)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuLiu98 authored Feb 25, 2025
1 parent bafe539 commit 249a7d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/module_io/write_wfc_nao.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ void write_wfc_nao(const int out_type,
{
std::string fn = PARAM.globalv.global_out_dir + wfc_nao_gen_fname(out_type, gamma_only, PARAM.inp.out_app_flag, ik, istep);
bool append_flag = (istep > 0 && PARAM.inp.out_app_flag);
std::cout << "append_flag = " << append_flag << std::endl;
if (std::is_same<double, T>::value)
{
wfc_nao_write2file(fn,
Expand Down

0 comments on commit 249a7d1

Please sign in to comment.