Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backofen, Rainer
amdis
Commits
9fbc0f9b
Commit
9fbc0f9b
authored
Dec 03, 2008
by
Thomas Witkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Florian
parent
b4855413
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
AMDiS/src/Traverse.h
AMDiS/src/Traverse.h
+7
-0
No files found.
AMDiS/src/Traverse.h
View file @
9fbc0f9b
...
...
@@ -178,6 +178,13 @@ namespace AMDiS {
maxThreads_
=
maxThreads
;
}
int
getStackData
(
std
::
vector
<
ElInfo
*>
&
elInfos
,
std
::
vector
<
int
>
&
infos
)
{
elInfos
=
elinfo_stack
;
infos
=
info_stack
;
return
stack_used
;
}
private:
/** \brief
* Enlargement of the stack
...
...
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