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

Use string as state structure

parent d9cc32c2
No related branches found
No related tags found
2 merge requests!358WIP: Resolve "Complete state vector new data structure?",!343WIP: Resolve "Complete state vector new data structure?"
This commit is part of merge request !343. Comments created here will be created in the context of that merge request.
...@@ -108,7 +108,7 @@ namespace wolf { ...@@ -108,7 +108,7 @@ namespace wolf {
/// State of nodes containing several state blocks /// State of nodes containing several state blocks
typedef std::unordered_map<std::string, Eigen::VectorXd> State; typedef std::unordered_map<std::string, Eigen::VectorXd> State;
typedef std::list<std::string> StateStructure; typedef std::string StateStructure;
////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////
......
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