Skip to content

Commit 7a6f322

Browse files
author
abacus_fixer
committed
fix bug
1 parent afff611 commit 7a6f322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/source_esolver/esolver_ks_lcao_tddft.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ESolver_KS_LCAO_TDDFT<TR, Device>::ESolver_KS_LCAO_TDDFT()
4040
if (ct_device_type == ct::DeviceType::GpuDevice)
4141
{
4242
use_tensor = true;
43-
if (this->inp_->ks_solver != "cusolvermp")
43+
if (PARAM.inp.ks_solver != "cusolvermp")
4444
{
4545
use_lapack = true;
4646
}

0 commit comments

Comments
 (0)