Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
9bd5d46f
Commit
9bd5d46f
authored
Nov 16, 2010
by
Guillaume Lazzara
Browse files
scribo/primitive/extract/separators_nonvisible.hh: Fix warnings.
parent
afdb77c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
scribo/ChangeLog
View file @
9bd5d46f
2010-11-16 Guillaume Lazzara <z@lrde.epita.fr>
* scribo/primitive/extract/separators_nonvisible.hh: Fix warnings.
2010-11-16 Guillaume Lazzara <z@lrde.epita.fr>
Regen .mk files in Scribo.
...
...
scribo/scribo/primitive/extract/separators_nonvisible.hh
View file @
9bd5d46f
...
...
@@ -322,7 +322,9 @@ namespace scribo
angle
=
(
angle
*
180.0
f
)
/
math
::
pi
;
angle
=
angle
*
20.0
f
+
1.0
f
;
mln
::
draw
::
line
(
debug_angle_
,
p1
,
p2
,
value
::
rgb8
(
angle
,
angle
,
angle
));
value
::
rgb8
(
unsigned
(
angle
),
unsigned
(
angle
),
unsigned
(
angle
)));
}
}
...
...
@@ -355,7 +357,9 @@ namespace scribo
angle
=
(
angle
*
180.0
f
)
/
math
::
pi
;
angle
=
angle
*
20.0
f
+
1.0
f
;
mln
::
draw
::
line
(
debug_angle_
,
p1
,
p2
,
value
::
rgb8
(
angle
,
angle
,
angle
));
value
::
rgb8
(
unsigned
(
angle
),
unsigned
(
angle
),
unsigned
(
angle
)));
}
}
}
...
...
Write
Preview
Supports
Markdown
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