Skip to content

Commit df99535

Browse files
committed
fix compile without mpi
1 parent 2838850 commit df99535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/module_hamilt_pw/hamilt_stodft/sto_wf.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ void Stochastic_WF<T, Device>::init_com_orbitals()
250250
delete[] totnpw;
251251
}
252252
#else
253+
template <typename T, typename Device>
253254
void Stochastic_WF<T, Device>::init_com_orbitals()
254255
{
255256
const int npwx = this->npwx;

0 commit comments

Comments
 (0)