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
006ad304
Commit
006ad304
authored
Nov 22, 2012
by
Thomas Witkowski
Browse files
Added TEST_EXIT back to make some fun for all other users.
parent
5de8cfd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/Lagrange.cc
View file @
006ad304
...
...
@@ -1224,6 +1224,9 @@ namespace AMDiS {
if
(
list
->
getNeighbourElement
(
i
,
1
)
&&
list
->
getNeighbourNr
(
i
,
1
)
<
i
)
lr_set
+=
2
;
TEST_EXIT
(
lr_set
>
0
)
(
"No values set on both neighbours of element %d
\n
"
,
el
->
getIndex
());
/****************************************************************************/
/* values on child[0] */
/****************************************************************************/
...
...
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