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
d3764c3c
Commit
d3764c3c
authored
Oct 04, 2012
by
Reuther, Sebastian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
memory problem in findElInfo
parent
6d1207b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
AMDiS/src/Mesh.cc
AMDiS/src/Mesh.cc
+3
-1
No files found.
AMDiS/src/Mesh.cc
View file @
d3764c3c
...
...
@@ -716,8 +716,10 @@ namespace AMDiS {
if
(
i
!=
k
&&
mel
->
getNeighbour
(
i
)
&&
!
macrosVisited
.
count
(
mel
->
getNeighbour
(
i
)
->
getIndex
()))
active
.
push
(
mel
->
getNeighbour
(
i
));
}
if
(
active
.
empty
())
if
(
active
.
empty
())
{
delete
mel_info
;
return
false
;
}
mel
=
active
.
top
();
active
.
pop
();
...
...
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