Skip to content

Commit 1d71aa7

Browse files
committed
fix sf
1 parent ed64231 commit 1d71aa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/source_psi/test/psi_initializer_unit_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ InfoNonlocal::~InfoNonlocal() {}
8080
#endif
8181
Structure_Factor::Structure_Factor() {}
8282
Structure_Factor::~Structure_Factor() {}
83-
void Structure_Factor::setup_structure_factor(const UnitCell* Ucell, const Parallel_Grid&, const ModulePW::PW_Basis* rho_basis) {}
83+
void Structure_Factor::setup(const UnitCell* Ucell, const Parallel_Grid&, const ModulePW::PW_Basis* rho_basis) {}
8484
std::complex<double>* Structure_Factor::get_sk(int ik, int it, int ia, ModulePW::PW_Basis_K const*wfc_basis) const
8585
{
8686
int npw = wfc_basis->npwk[ik];
@@ -546,4 +546,4 @@ int main(int argc, char** argv)
546546
#endif
547547

548548
return result;
549-
}
549+
}

0 commit comments

Comments
 (0)