We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f30f1 commit e15dd3bCopy full SHA for e15dd3b
source/module_hsolver/diago_cg.h
@@ -13,7 +13,7 @@
13
namespace hsolver {
14
15
template <typename T, typename Device = base_device::DEVICE_CPU>
16
-class DiagoCG final : public DiagH<T, Device>
+class DiagoCG final
17
{
18
// private: accessibility within class is private by default
19
// Note GetTypeReal<T>::type will
@@ -36,7 +36,7 @@ class DiagoCG final : public DiagH<T, Device>
36
const int& pw_diag_nmax,
37
const int& nproc_in_pool);
38
39
- ~DiagoCG() override;
+ ~DiagoCG();
40
41
// virtual void init(){};
42
// refactor hpsi_info
0 commit comments