Skip to content

Commit 3f77d97

Browse files
committed
update sf
1 parent 0ba139b commit 3f77d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/source_pw/module_pwdft/structure_factor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ void Structure_Factor::bspline_sf(const int norder,
308308
return;
309309
}
310310

311-
void Structure_Factor:: bsplinecoef(std::complex<double> *b1, std::complex<double> *b2, std::complex<double> *b3,
311+
void Structure_Factor::bsplinecoef(std::complex<double> *b1, std::complex<double> *b2, std::complex<double> *b3,
312312
const int nx, const int ny, const int nz, const int norder)
313313
{
314314
const std::complex<double> ci_tpi = ModuleBase::NEG_IMAG_UNIT * ModuleBase::TWO_PI;

0 commit comments

Comments
 (0)