Skip to content
Snippets Groups Projects
Commit 5eeb3ce1 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

LandmarkBase::setProblem not final

parent 4f2b826a
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #20829 failed
......@@ -93,7 +93,7 @@ class LandmarkBase : public NodeStateBlocks
TimeStamp stamp_; ///< stamp of the creation of the landmark
// Navigate wolf tree
void setProblem(ProblemPtr _problem) override final;
void setProblem(ProblemPtr _problem) override;
public:
/** \brief Constructor type and state specs composites (types, vectors, priors)
......
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