Skip to content

Commit 1ed867d

Browse files
committed
remove abundant files
1 parent 281bd9b commit 1ed867d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/module_hamilt_pw/hamilt_pwdft/operator_pw/nonlocal_pw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ void Nonlocal<OperatorPW<T, Device>>::add_nonlocal_pp(T *hpsi_in, const T *becp,
185185
int npm = m;
186186
//<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
187187
// denghui replace 2022-10-20
188-
gemm_op()(
188+
gemm_op()(
189189
transa,
190190
transb,
191191
this->npw,

source/module_io/read_input_item_system.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,8 +812,8 @@ void ReadInput::item_system()
812812
const std::string warningstr = nofound_str(avail_list, "precision");
813813
ModuleBase::WARNING_QUIT("ReadInput", warningstr);
814814
}
815-
// cpu single precision is not supported while float_fftw lib is not available
816815

816+
// cpu single precision is not supported while float_fftw lib is not available
817817
if (para.inp.device == "cpu" && para.inp.precision == "single")
818818
{
819819
#ifndef __ENABLE_FLOAT_FFTW

0 commit comments

Comments
 (0)