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
aab4b9be
Commit
aab4b9be
authored
Nov 17, 2012
by
Thomas Witkowski
Browse files
Removed debug output.
parent
f9d5dc61
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/Lagrange.cc
View file @
aab4b9be
...
...
@@ -1224,11 +1224,6 @@ namespace AMDiS {
if
(
list
->
getNeighbourElement
(
i
,
1
)
&&
list
->
getNeighbourNr
(
i
,
1
)
<
i
)
lr_set
+=
2
;
if
(
lr_set
==
0
&&
el
->
getIndex
()
==
450
)
{
Element
*
del
=
debug
::
getLevel0ParentElement
(
drv
->
getFeSpace
()
->
getMesh
(),
450
);
MSG
(
"MACRO EL = %d
\n
"
,
del
->
getIndex
());
}
TEST_EXIT
(
lr_set
>
0
)
(
"No values set on both neighbours of element %d
\n
"
,
el
->
getIndex
());
...
...
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