Skip to content
Snippets Groups Projects
Commit 2159289f authored by Francois Keith's avatar Francois Keith
Browse files

There is no reason to define mailvect in the template file

MailboxVector is already defined in mailbox-vector.h
parent bc83242e
No related branches found
No related tags found
No related merge requests found
......@@ -38,8 +38,6 @@ namespace sot {
namespace dg = dynamicgraph;
typedef Mailbox<maal::boost::Vector> mailvect;
/*
: public dg::Entity
{
......
......@@ -32,7 +32,7 @@ using namespace dynamicgraph;
// Explicit template specialization
MAILBOX_TEMPLATE_SPE(maal::boost::Vector);
template<>DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN(mailvect,"Mailbox<Vector>");
template<>DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN(MailboxVector,"Mailbox<Vector>");
#endif // #ifdef HAVE_LIBBOOST_THREAD
......
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