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
@@ -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)
Loading