Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CoMISo
CoMISo
Commits
cf02a697
Commit
cf02a697
authored
Dec 01, 2016
by
Max Lyon
Browse files
more int size_t fixes
parent
28d7a665
Pipeline
#3766
passed with stage
in 6 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Examples/small_sparseqr/main.cc
View file @
cf02a697
...
...
@@ -95,7 +95,7 @@ int main(void)
{
for
(
size_t
i
=
0
;
i
<
P
.
size
();
++
i
)
{
Pm
.
coeffRef
(
i
,
(
int
)
P
[
i
])
=
1
;
Pm
.
coeffRef
(
(
int
)
i
,
(
int
)
P
[
i
])
=
1
;
}
}
...
...
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