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

Change type string to StateStructure

parent 0f7f2a58
No related branches found
No related tags found
No related merge requests found
Pipeline #5725 passed
...@@ -34,7 +34,7 @@ class IsMotion ...@@ -34,7 +34,7 @@ class IsMotion
void addToProblem(ProblemPtr _prb_ptr, IsMotionPtr _motion_ptr); void addToProblem(ProblemPtr _prb_ptr, IsMotionPtr _motion_ptr);
protected: protected:
std::string state_structure_; ///< The structure of the state vector (to retrieve state blocks from frames) StateStructure state_structure_; ///< The structure of the state vector (to retrieve state blocks from frames)
}; };
......
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