Skip to content

Commit 08bda64

Browse files
committed
Fix typename of input in signal name of UnaryOpHeader
1 parent 78007c9 commit 08bda64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/matrix/operator.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ namespace dynamicgraph {
5555
template<>const std::string TypeNameHelper<typeid>::typeName = #typeid
5656

5757
ADD_KNOWN_TYPE(double);
58-
ADD_KNOWN_TYPE(dg::Vector);
59-
ADD_KNOWN_TYPE(dg::Matrix);
58+
ADD_KNOWN_TYPE(Vector);
59+
ADD_KNOWN_TYPE(Matrix);
6060
ADD_KNOWN_TYPE(MatrixRotation);
6161
ADD_KNOWN_TYPE(MatrixTwist);
6262
ADD_KNOWN_TYPE(MatrixHomogeneous);

0 commit comments

Comments
 (0)