Skip to content

Commit 09aa1a1

Browse files
authored
Update esolver_ks_lcao_tddft.cpp
1 parent 6965e9e commit 09aa1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_esolver/esolver_ks_lcao_tddft.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ void ESolver_KS_LCAO_TDDFT::cal_force(ModuleBase::matrix& force)
128128
ModuleBase::TITLE("ESolver_KS_LCAO_TDDFT", "cal_force");
129129
ModuleBase::timer::tick("ESolver_KS_LCAO_TDDFT", "cal_force");
130130

131-
Force_Stress_LCAO<std::complex<>double> fsl(this->RA, GlobalC::ucell.nat);
131+
Force_Stress_LCAO<std::complex<double>> fsl(this->RA, GlobalC::ucell.nat);
132132

133133
fsl.getForceStress(PARAM.inp.cal_force,
134134
PARAM.inp.cal_stress,

0 commit comments

Comments
 (0)