Skip to content

Commit 0f0bb64

Browse files
committed
Add known type bool to operators
1 parent e832cff commit 0f0bb64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/matrix/operator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ namespace dynamicgraph {
5454
#define ADD_KNOWN_TYPE( typeid ) \
5555
template<>const std::string TypeNameHelper<typeid>::typeName = #typeid
5656

57+
ADD_KNOWN_TYPE(bool);
5758
ADD_KNOWN_TYPE(double);
5859
ADD_KNOWN_TYPE(Vector);
5960
ADD_KNOWN_TYPE(Matrix);

0 commit comments

Comments
 (0)