Skip to content

Commit d50bce4

Browse files
committed
Delete useless parameters in get_pchg_pw
1 parent ca628fa commit d50bce4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

source/module_esolver/esolver_ks_pw.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,8 +731,6 @@ void ESolver_KS_PW<T, Device>::after_scf(UnitCell& ucell, const int istep, const
731731
this->kv.get_nks(),
732732
this->kv.isk,
733733
this->kv.wk,
734-
this->pw_big->bz,
735-
this->pw_big->nbz,
736734
this->chr.ngmc,
737735
&ucell,
738736
this->psi,

source/module_io/get_pchg_pw.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ void get_pchg_pw(const std::vector<int>& out_pchg,
2828
const int nks,
2929
const std::vector<int>& isk,
3030
const std::vector<double>& wk,
31-
const int pw_big_bz,
32-
const int pw_big_nbz,
3331
const int ngmc,
3432
UnitCell* ucell,
3533
const psi::Psi<std::complex<double>>* psi,

0 commit comments

Comments
 (0)