Skip to content
GitLab
Menu
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-python
Commits
6bdae0b7
Commit
6bdae0b7
authored
Sep 05, 2013
by
Thomas Moulard
Browse files
Fix conversion warning
parent
69dc0d3e
Changes
1
Show whitespace changes
Inline
Side-by-side
src/convert-dg-to-py.cc
View file @
6bdae0b7
...
@@ -171,7 +171,7 @@ namespace dynamicgraph {
...
@@ -171,7 +171,7 @@ namespace dynamicgraph {
throw
ExceptionPython
(
ExceptionPython
::
MATRIX_PARSING
,
throw
ExceptionPython
(
ExceptionPython
::
MATRIX_PARSING
,
"matrix"
);
"matrix"
);
}
}
fillMatrixRow
(
m
,
iRow
,
row
);
fillMatrixRow
(
m
,
static_cast
<
unsigned
>
(
iRow
)
,
row
);
}
}
return
Value
(
m
);
return
Value
(
m
);
break
;
break
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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