File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,19 +37,19 @@ using namespace dynamicgraph;
37
37
38
38
typedef Timer<dynamicgraph::Vector> timevect;
39
39
template <>
40
- DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (timevect," Timer<Vector> " );
40
+ DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (timevect," TimerVector " );
41
41
42
42
typedef Timer<dynamicgraph::Matrix> timematrix;
43
43
template <>
44
- DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (timematrix," Timer<Matrix> " );
44
+ DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (timematrix," TimerMatrix " );
45
45
46
46
typedef Timer<MatrixHomogeneous> timematrixhomo;
47
47
template <>
48
- DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (timematrixhomo," Timer<MatrixHomo> " );
48
+ DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (timematrixhomo," TimerMatrixHomo " );
49
49
50
50
typedef Timer<double > timedouble;
51
51
template <>
52
- DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (timedouble," Timer<double> " );
52
+ DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (timedouble," TimerDouble " );
53
53
54
54
55
55
/* --------------------------------------------------------------------- */
You can’t perform that action at this time.
0 commit comments