Skip to content

Commit 3d25ea1

Browse files
committed
Fix the compile error agian
1 parent a2ad83f commit 3d25ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_esolver/esolver_ks_pw.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ void ESolver_KS_PW<T, Device>::after_scf(UnitCell& ucell, const int istep, const
647647
//------------------------------------------------------------------
648648
if (PARAM.inp.out_elf[0] > 0)
649649
{
650-
this->ESolver_KS<T>::psi = new psi::Psi<T>(this->psi[0]);
650+
this->ESolver_KS<T, Device>::psi = new psi::Psi<T>(this->psi[0]);
651651
}
652652

653653
//------------------------------------------------------------------

0 commit comments

Comments
 (0)