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
2 files
+ 0
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -16,10 +16,6 @@
namespace wolf
{
typedef std::string StateStructure;
typedef std::unordered_map < std::string, StateBlockPtr > StateBlockMap;
typedef std::unordered_map < std::string, Eigen::VectorXd > VectorComposite;
class HasStateBlocks
{
Loading