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

Inheritance fixes update

parent 23ac22b4
Branches
Tags
1 merge request!17Fix bug when reading stress with vaspreader. Added T to structure and adjusted...
Pipeline #49614 passed
Pipeline: Tadah.MLIP

#49617

    ......@@ -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.
    Please register or to comment