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
Gauthier Quesnel
irritator
Commits
cabf72f1
Commit
cabf72f1
authored
May 17, 2021
by
Gauthier Quesnel
Browse files
gui: fix real conversion warning
parent
50a9247d
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/gui/simulation-editor.cpp
View file @
cabf72f1
...
@@ -61,7 +61,7 @@ plot_output::operator()(const irt::observer& obs,
...
@@ -61,7 +61,7 @@ plot_output::operator()(const irt::observer& obs,
return
;
return
;
}
}
while
(
!
xs
.
empty
()
&&
xs
.
back
()
==
tl
)
while
(
!
xs
.
empty
()
&&
static_cast
<
double
>
(
xs
.
back
()
)
==
tl
)
pop_data
(
xs
,
ys
);
pop_data
(
xs
,
ys
);
switch
(
type
)
{
switch
(
type
)
{
...
...
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