We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3d012 commit 4c5d21cCopy full SHA for 4c5d21c
src/matrix/fir-filter.cpp
@@ -32,7 +32,7 @@ using dynamicgraph::Entity;
32
\
33
template<> \
34
const std::string sotClassType<sotSigType,sotCoefType>::CLASS_NAME \
35
- = std::string(className)+"<"+#sotSigType+","+#sotCoefType+">"; \
+ = std::string(className)+"_"+#sotSigType+","+#sotCoefType+"_"; \
36
37
38
const std::string& sotClassType<sotSigType,sotCoefType>:: \
0 commit comments