Skip to content
Snippets Groups Projects
Commit 520c2a85 authored by mkirsz's avatar mkirsz
Browse files

Inheritance fixes update

parent 23ac22b4
No related branches found
No related tags found
1 merge request!17Fix bug when reading stress with vaspreader. Added T to structure and adjusted...
Pipeline #49614 passed
......@@ -5,7 +5,7 @@
DM_Kern_Base::~DM_Kern_Base() {}
DM_Kern_Base::DM_Kern_Base() {}
DM_Kern_Base::DM_Kern_Base(const Config &c): DM_Function_Base(c), Kern_Base(c) {}
DM_Kern_Base::DM_Kern_Base(const Config &c): Kern_Base(c), DM_Function_Base(c) {}
size_t DM_Kern_Base::get_phi_cols(const Config &)
{
return basis.cols();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment