Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
dorie
dorie
Commits
fe369536
Commit
fe369536
authored
Nov 06, 2018
by
Lukas Riedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix follow-up warning on comparing signed and unsigned values
parent
060c9c7e
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dune/dorie/common/grid_mapper.hh
dune/dorie/common/grid_mapper.hh
+1
-1
No files found.
dune/dorie/common/grid_mapper.hh
View file @
fe369536
...
...
@@ -904,7 +904,7 @@ private:
template
<
typename
Vec1
,
typename
Vec2
>
void
copy_if_not_ignored
(
const
Vec1
&
vec1
,
Vec2
&
vec2
,
const
in
t
ignored
)
const
const
size_
t
ignored
)
const
{
auto
it
=
vec2
.
begin
();
for
(
size_t
i
=
0
;
i
<
vec1
.
size
();
++
i
)
...
...
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