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

Fix macro

parent 7e165e35
No related branches found
No related tags found
No related merge requests found
...@@ -212,7 +212,7 @@ struct FeatureIdxMap_GreaterThan// : public std::binary_function<Scalar, Scalar, ...@@ -212,7 +212,7 @@ struct FeatureIdxMap_GreaterThan// : public std::binary_function<Scalar, Scalar,
}; };
typedef std::multimap<Scalar, size_t, FeatureIdxMap_GreaterThan> FeatureIdxMap; typedef std::multimap<Scalar, size_t, FeatureIdxMap_GreaterThan> FeatureIdxMap;
VU_STRUCT_PTR_TYPEDEFS(FeatureIdxGrid); VU_PTR_TYPEDEFS(FeatureIdxGrid);
class FeatureIdxGrid { class FeatureIdxGrid {
......
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