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

organize includes and typedefs

parent dafd83e8
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.
......@@ -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
{
......
......@@ -23,7 +23,6 @@ using namespace Eigen;
typedef std::string StateStructure;
typedef std::unordered_map < std::string, StateBlockPtr > StateBlockMap;
typedef std::unordered_map < std::string, Eigen::VectorXd > VectorComposite;
typedef StateBlockMap::const_iterator StateBlockMapCIter;
typedef std::unordered_map < std::string, Eigen::VectorXd > VectorComposite;
......
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