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
CoMISo
CoMISo
Commits
eb85f507
Commit
eb85f507
authored
Nov 23, 2016
by
Max Lyon
Browse files
different row size fix
parent
b3e099aa
Pipeline
#3698
passed with stage
in 6 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
NSolver/ConstraintTools.cc
View file @
eb85f507
...
...
@@ -132,8 +132,7 @@ remove_dependent_linear_constraints_only_linear_equality( std::vector<NConstrain
SVectorGMM
col
=
Ac
.
col
(
j
);
// copy row
SVectorGMM
row
(
A
.
row
(
i
).
size
());
gmm
::
copy
(
A
.
row
(
i
),
row
);
SVectorGMM
row
=
A
.
row
(
i
);
// iterate over column
gmm
::
linalg_traits
<
SVectorGMM
>::
const_iterator
c_it
=
gmm
::
vect_const_begin
(
col
);
...
...
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