Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Cpp
Commits
bb93391a
Commit
bb93391a
authored
Dec 24, 2018
by
Alexander David Hellwig
Browse files
Fix: added missing line to test_math_armadilloIndexTest.h
parent
d361143b
Pipeline
#94092
passed with stage
in 17 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/test/resources/results/armadillo/testMath/l0/test_math_armadilloIndexTest.h
View file @
bb93391a
...
...
@@ -43,6 +43,7 @@ b = CONSTANTCONSTANTVECTOR1;
out1
=
(
zeros
<
mat
>
(
4
,
4
));
A
(
2
-
1
,
2
-
1
)
=
5
;
A
(
2
-
1
)
=
b
(
2
-
1
);
A
(
1
-
1
,
1
-
1
)
=
b
(
2
-
1
);
A
(
2
-
1
,
1
-
1
)
=
out1
(
1
-
1
,
1
-
1
);
b
(
2
-
1
)
=
13
;
b
(
1
-
1
)
=
A
(
1
-
1
);
...
...
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