Skip to content

Commit 519c09f

Browse files
committed
fix bug in wavefunc
1 parent d5e8b13 commit 519c09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_hamilt_lcao/hamilt_lcaodft/wavefunc_in_pw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ void Wavefunc_in_pw::make_table_q(
134134
}
135135
}
136136
double* table = new double[PARAM.globalv.nqx];
137-
Wavefunc_in_pw::integral(meshr, psir, radial, rab, L, table);
137+
Wavefunc_in_pw::integral(ucell,meshr, psir, radial, rab, L, table);
138138
for(int iq=0; iq<PARAM.globalv.nqx; iq++)
139139
{
140140
//double energy_q = pow(iq * PARAM.globalv.dq,2);

0 commit comments

Comments
 (0)