Skip to content
Snippets Groups Projects
Commit 3412ea47 authored by Keith Francois's avatar Keith Francois Committed by Francois Keith
Browse files

Correct a typo

parent 9a339167
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,8 @@ namespace dg = dynamicgraph;
className( const std::string& name ); \
};
#else
# define DECLARE_SPECIFICATION(, sotSigType) \
typedef Derivator<sotSigType,sotCoefType> className;
# define DECLARE_SPECIFICATION(className, sotSigType) \
typedef Derivator<sotSigType> className;
#endif
DECLARE_SPECIFICATION(DerivatorDouble,double)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment