We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5139f3 commit cae951aCopy full SHA for cae951a
morpheus/plugins/miscellaneous/gab_pseudopodia.h
@@ -27,7 +27,7 @@ A detailed description of my example plugin that can contain mathematical formul
27
*/
28
29
// class declaration, and inheritance of plugin interface
30
-class Pseudopodia : CPM_Energy, Cell_Update_Checker, InstantaneousProcessPlugin {
+class Pseudopodia : public CPM_Energy, public Cell_Update_Checker, public InstantaneousProcessPlugin {
31
private:
32
// parameters that are specified in XML (as values, strings or symbolic expressions)
33
PluginParameter2<double, XMLValueReader, DefaultValPolicy> neighboringActinBonus;
0 commit comments