Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backofen, Rainer
amdis
Commits
2275e174
Commit
2275e174
authored
Dec 09, 2010
by
Thomas Witkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added one test exit.
parent
5fe989bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
AMDiS/src/MatrixVector.h
AMDiS/src/MatrixVector.h
+1
-1
No files found.
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
Markdown
is supported
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