Skip to content
Snippets Groups Projects

WIP: Resolve "Complete state vector new data structure?"

Closed Joan Solà Ortega requested to merge 287-complete-state-vector-new-data-structure into devel
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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;
//////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////
Loading