Skip to content

Commit e15dd3b

Browse files
committed
Remove DiagoCG Base class
1 parent 65f30f1 commit e15dd3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/module_hsolver/diago_cg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace hsolver {
1414

1515
template <typename T, typename Device = base_device::DEVICE_CPU>
16-
class DiagoCG final : public DiagH<T, Device>
16+
class DiagoCG final
1717
{
1818
// private: accessibility within class is private by default
1919
// Note GetTypeReal<T>::type will
@@ -36,7 +36,7 @@ class DiagoCG final : public DiagH<T, Device>
3636
const int& pw_diag_nmax,
3737
const int& nproc_in_pool);
3838

39-
~DiagoCG() override;
39+
~DiagoCG();
4040

4141
// virtual void init(){};
4242
// refactor hpsi_info

0 commit comments

Comments
 (0)