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