Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 22, 2024
1 parent d729dd5 commit 7bb7414
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/module_hsolver/diag_hs_para.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
#include "module_base/scalapack_connector.h"
#include "module_basis/module_ao/parallel_2d.h"
#include "module_hsolver/diago_pxxxgvx.h"

#ifdef __ELPA
#include "module_hsolver/genelpa/elpa_solver.h"
#endif

#include <iostream>

Expand Down Expand Up @@ -186,7 +189,7 @@ template void Diago_HS_para<float>(float* h,
const MPI_Comm& comm,
const int diag_subspace,
const int block_size);

template void Diago_HS_para<std::complex<float>>(std::complex<float>* h,
std::complex<float>* s,
const int lda,
Expand Down

0 comments on commit 7bb7414

Please sign in to comment.