Skip to content

Commit ba3122f

Browse files
authored
Remove redundant real2recip (#7228)
1 parent ccd9445 commit ba3122f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

source/source_io/module_ctrl/ctrl_output_fp.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ void ctrl_output_fp(UnitCell& ucell,
6262
{
6363
for (int is = 0; is < nspin; ++is)
6464
{
65-
pw_rhod->real2recip(chr.rho_save[is], chr.rhog_save[is]);
66-
6765
std::string fn = PARAM.globalv.global_out_dir + "chg";
6866

6967
std::string spin_block;

0 commit comments

Comments
 (0)