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 2342180 commit 3b51a10Copy full SHA for 3b51a10
source/source_base/module_mixing/broyden_mixing.h
@@ -54,6 +54,10 @@ class Broyden_Mixing : public Mixing
54
this->address = nullptr;
55
}
56
57
+ // explicitly introduce push_data version of the base class
58
+ // that is not overridden in this class
59
+ using Mixing::push_data;
60
+
61
/**
62
* @brief
63
*
source/source_base/module_mixing/plain_mixing.h
@@ -30,6 +30,10 @@ class Plain_Mixing : public Mixing
30
return;
31
32
33
34
35
36
37
38
39
0 commit comments