Skip to content
Snippets Groups Projects
Commit 0f0bb642 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Add known type bool to operators

parent e832cff8
Branches
Tags
No related merge requests found
......@@ -54,6 +54,7 @@ namespace dynamicgraph {
#define ADD_KNOWN_TYPE( typeid ) \
template<>const std::string TypeNameHelper<typeid>::typeName = #typeid
ADD_KNOWN_TYPE(bool);
ADD_KNOWN_TYPE(double);
ADD_KNOWN_TYPE(Vector);
ADD_KNOWN_TYPE(Matrix);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment