Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph
Commits
c54add29
Commit
c54add29
authored
Nov 13, 2020
by
Guilhem Saurel
Browse files
format
parent
38941a54
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/dynamic-graph/command-bind.h
View file @
c54add29
...
...
@@ -400,7 +400,7 @@ struct CommandReturnType0 : public Command {
protected:
virtual
Value
doExecute
()
{
assert
(
getParameterValues
().
size
()
==
0
);
Value
res
(
fptr
());
Value
res
(
fptr
());
return
res
;
}
...
...
include/dynamic-graph/tracer.h
View file @
c54add29
...
...
@@ -7,8 +7,8 @@
#define DYNAMIC_GRAPH_TRACER_H
#include
<boost/function.hpp>
#include
<list>
#include
<string>
#include
<mutex>
#include
<string>
#include
<dynamic-graph/entity.h>
#include
<dynamic-graph/exception-traces.h>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment