Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aland, Sebastian
amdis
Commits
923b0774
Commit
923b0774
authored
Sep 20, 2013
by
Praetorius, Simon
Browse files
mesh traverse in findElInfoAtPoint corrected for parallel
parent
293aad72
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/Mesh.cc
View file @
923b0774
...
@@ -737,7 +737,10 @@ namespace AMDiS {
...
@@ -737,7 +737,10 @@ namespace AMDiS {
found
=
true
;
found
=
true
;
}
}
}
}
TEST_EXIT
(
found
)(
"No macro-element found that was not visited yet!
\n
"
);
if
(
!
found
)
{
delete
mel_info
;
return
false
;
}
}
}
}
}
mel
=
active
.
top
();
mel
=
active
.
top
();
...
...
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