Skip to content

Commit 1e0cce2

Browse files
committed
Remove DiagoBPCG Base class override
1 parent a040ea3 commit 1e0cce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_hsolver/diago_bpcg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class DiagoBPCG
6464
* @param psi The input wavefunction psi matrix with [dim: n_basis x n_band, column major].
6565
* @param eigenvalue_in Pointer to the eigen array with [dim: n_band, column major].
6666
*/
67-
void diag(hamilt::Hamilt<T, Device> *phm_in, psi::Psi<T, Device> &psi, Real *eigenvalue_in) override;
67+
void diag(hamilt::Hamilt<T, Device> *phm_in, psi::Psi<T, Device> &psi, Real *eigenvalue_in);
6868

6969

7070
private:

0 commit comments

Comments
 (0)