Skip to content

Commit fbe02b3

Browse files
committed
set format
1 parent 1ed867d commit fbe02b3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

source/module_basis/module_pw/pw_transform_k.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,6 @@ void PW_Basis_K::recip2real_gpu(const std::complex<FPTYPE>* in,
518518

519519
const int startig = ik * this->npwk_max;
520520
const int npw_k = this->npwk[ik];
521-
522521
set_3d_fft_box_op<FPTYPE, base_device::DEVICE_GPU>()(npw_k,
523522
this->ig2ixyz_k + startig,
524523
in,

source/module_io/read_input_item_system.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,6 @@ void ReadInput::item_system()
812812
const std::string warningstr = nofound_str(avail_list, "precision");
813813
ModuleBase::WARNING_QUIT("ReadInput", warningstr);
814814
}
815-
816815
// cpu single precision is not supported while float_fftw lib is not available
817816
if (para.inp.device == "cpu" && para.inp.precision == "single")
818817
{

0 commit comments

Comments
 (0)