Skip to content
Snippets Groups Projects
Commit 73b69437 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Update problem.h

parent 56f5c8da
No related branches found
No related tags found
No related merge requests found
Pipeline #6234 passed
...@@ -69,7 +69,6 @@ class Problem : public std::enable_shared_from_this<Problem> ...@@ -69,7 +69,6 @@ class Problem : public std::enable_shared_from_this<Problem>
PriorOptionsPtr prior_options_; PriorOptionsPtr prior_options_;
private: // CAUTION: THESE METHODS ARE PRIVATE, DO NOT MAKE THEM PUBLIC !! private: // CAUTION: THESE METHODS ARE PRIVATE, DO NOT MAKE THEM PUBLIC !!
Problem(const std::string& _frame_structure); // USE create() below !!
Problem(const std::string& _frame_structure, SizeEigen _dim); // USE create() below !! Problem(const std::string& _frame_structure, SizeEigen _dim); // USE create() below !!
void setup(); void setup();
......
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