Skip to content

Commit 9c0cb5e

Browse files
committed
Fix signal name in Timer
1 parent fabb6e1 commit 9c0cb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sot/core/timer.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Timer( const std::string& name )
167167
"Timer("+name+")::output(T)::sout" )
168168
,sigClockSOUT( boost::bind(&Timer::compute<true>,this,_1,_2),
169169
sigSIN,
170-
"Timer("+name+")::output(T)::sout" )
170+
"Timer("+name+")::output(T)::clockSout" )
171171
,timerSOUT( "Timer("+name+")::output(double)::timer" )
172172
{
173173
sotDEBUGIN(15);

0 commit comments

Comments
 (0)