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
iwr
amdis
Commits
26179bbc
Commit
26179bbc
authored
Sep 12, 2013
by
Praetorius, Simon
Browse files
findElInfo modified to allow non-connected domains
parent
c43bfa8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/Mesh.cc
View file @
26179bbc
...
...
@@ -729,7 +729,7 @@ namespace AMDiS {
deque
<
MacroElement
*>::
iterator
it
;
bool
found
=
false
;
for
(
it
=
firstMacroElement
();
it
!=
endOfMacroElements
();
it
++
)
{
if
(
!
macrosVisited
.
count
(
it
->
getIndex
()))
{
if
(
!
macrosVisited
.
count
(
(
*
it
)
->
getIndex
()))
{
active
.
push
(
*
it
);
found
=
true
;
}
...
...
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