Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sot-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Olivier Stasse
sot-core
Commits
2159289f
Commit
2159289f
authored
14 years ago
by
Francois Keith
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/sot-core/mailbox.t.cpp
+0
-2
0 additions, 2 deletions
include/sot-core/mailbox.t.cpp
src/tools/mailbox-vector.cpp
+1
-1
1 addition, 1 deletion
src/tools/mailbox-vector.cpp
with
1 addition
and
3 deletions
include/sot-core/mailbox.t.cpp
+
0
−
2
View file @
2159289f
...
...
@@ -38,8 +38,6 @@ namespace sot {
namespace
dg
=
dynamicgraph
;
typedef
Mailbox
<
maal
::
boost
::
Vector
>
mailvect
;
/*
: public dg::Entity
{
...
...
This diff is collapsed.
Click to expand it.
src/tools/mailbox-vector.cpp
+
1
−
1
View file @
2159289f
...
...
@@ -32,7 +32,7 @@ using namespace dynamicgraph;
// Explicit template specialization
MAILBOX_TEMPLATE_SPE
(
maal
::
boost
::
Vector
);
template
<
>
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN
(
m
ail
v
ect
,
"Mailbox<Vector>"
);
template
<
>
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN
(
M
ail
boxV
ect
or
,
"Mailbox<Vector>"
);
#endif // #ifdef HAVE_LIBBOOST_THREAD
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment