Skip to content
Snippets Groups Projects

Draft: Resolve "Implementation of new nodes creation"

Open Joan Vallvé Navarro requested to merge 454-implementation-of-new-nodes-creation into devel
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -21,7 +21,7 @@
@@ -21,7 +21,7 @@
namespace wolf
namespace wolf
{
{
SolverDummy::SolverDummy(const ProblemPtr& wolf_problem, const YAML::Node params)
SolverDummy::SolverDummy(const ProblemPtr& wolf_problem, const YAML::Node params)
: SolverManager(wolf_problem, params) {};
: SolverManager(wolf_problem, params){};
bool SolverDummy::isStateBlockFixedDerived(const StateBlockPtr& st) const
bool SolverDummy::isStateBlockFixedDerived(const StateBlockPtr& st) const
{
{
Loading