From 8769670d67b4b36ce6b44f35e49e46762a9f9d70 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu>
Date: Mon, 15 Jun 2020 14:02:51 +0200
Subject: [PATCH] Change type string to StateStructure

---
 include/core/processor/is_motion.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/core/processor/is_motion.h b/include/core/processor/is_motion.h
index 08e500822..6fd65feec 100644
--- a/include/core/processor/is_motion.h
+++ b/include/core/processor/is_motion.h
@@ -34,7 +34,7 @@ class IsMotion
         void addToProblem(ProblemPtr _prb_ptr, IsMotionPtr _motion_ptr);
    
     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)
 
 };
 
-- 
GitLab