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
Backofen, Rainer
amdis
Commits
2275e174
Commit
2275e174
authored
Dec 09, 2010
by
Thomas Witkowski
Browse files
Added one test exit.
parent
5fe989bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/MatrixVector.h
View file @
2275e174
...
...
@@ -166,7 +166,7 @@ namespace AMDiS {
/// Access to the i-th vector element.
inline
T
&
operator
[](
int
i
)
{
TEST_EXIT_DBG
(
i
<
size
&&
i
>=
0
)(
"
i
nvalid index
\n
"
);
TEST_EXIT_DBG
(
i
<
size
&&
i
>=
0
)(
"
I
nvalid index
%d!
\n
"
,
i
);
return
valArray
[
i
];
}
...
...
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