Skip to content

Commit 4c5d21c

Browse files
olivier-stasseOlivier Stasse
authored andcommitted
[matrix] Fix mismatch between CLASS_NAME and registered entity
Fix Issue #71
1 parent ec3d012 commit 4c5d21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matrix/fir-filter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ using dynamicgraph::Entity;
3232
\
3333
template<> \
3434
const std::string sotClassType<sotSigType,sotCoefType>::CLASS_NAME \
35-
= std::string(className)+"<"+#sotSigType+","+#sotCoefType+">"; \
35+
= std::string(className)+"_"+#sotSigType+","+#sotCoefType+"_"; \
3636
\
3737
template<> \
3838
const std::string& sotClassType<sotSigType,sotCoefType>:: \

0 commit comments

Comments
 (0)